forked from leftypol/leftypol
style.css: handle very long words across all the post
This commit is contained in:
parent
bb5b2104b1
commit
4760bb9d4c
1 changed files with 1 additions and 1 deletions
|
@ -494,6 +494,7 @@ div.post {
|
|||
padding: 0.5em 0.3em;
|
||||
display: inline-block;
|
||||
max-width: 94%!important;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
margin: 0.1em 0px;
|
||||
|
@ -514,7 +515,6 @@ div.post > p {
|
|||
|
||||
font-size: 13px;
|
||||
min-height: 1.16em;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
margin-right: 1.4em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue