word-wrap comment instead of author+content
Ps. overflow-wrap & word-wrap are exactly the same.
This commit is contained in:
@@ -7,17 +7,16 @@ div.list-of-forum-posts {
|
|||||||
|
|
||||||
article {
|
article {
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
div.author {
|
div.author {
|
||||||
width: 12em;
|
width: 12em;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.content {
|
div.content {
|
||||||
margin-left: 14em;
|
margin-left: 14em;
|
||||||
overflow-wrap: break-word;
|
|
||||||
|
|
||||||
menu {
|
menu {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user