1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 14:26:25 +02:00

Merge pull request #299 from huytd/fix-wordwrap

Fix text overlap in search result with long content
This commit is contained in:
Toby Zerner
2015-08-29 08:31:37 +09:30

View File

@@ -262,6 +262,10 @@
padding-left: 50px;
line-height: 1.7em;
.PostPreview-excerpt {
word-wrap: break-word;
}
.Avatar {
float: left;
margin-left: -50px;