mirror of
https://github.com/flarum/framework.git
synced 2025-06-11 11:53:35 +08:00
Fix text overlap in search result with long content
This commit is contained in:
@ -262,6 +262,10 @@
|
|||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
|
|
||||||
|
.PostPreview-excerpt {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.Avatar {
|
.Avatar {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: -50px;
|
margin-left: -50px;
|
||||||
|
Reference in New Issue
Block a user