mirror of
https://github.com/flarum/framework.git
synced 2025-03-03 22:19:40 +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
a41e3e66ce
@ -262,6 +262,10 @@
|
||||
padding-left: 50px;
|
||||
line-height: 1.7em;
|
||||
|
||||
.PostPreview-excerpt {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.Avatar {
|
||||
float: left;
|
||||
margin-left: -50px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user