mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Merge pull request #299 from huytd/fix-wordwrap
Fix text overlap in search result with long content
This commit is contained in:
commit
b51add6708
|
@ -262,6 +262,10 @@
|
|||
padding-left: 50px;
|
||||
line-height: 1.7em;
|
||||
|
||||
.PostPreview-excerpt {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.Avatar {
|
||||
float: left;
|
||||
margin-left: -50px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user