mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Prevent long words/content from stretching the discussion list width
This commit is contained in:
parent
e28147a7ff
commit
52d7cd0461
|
@ -123,5 +123,6 @@
|
|||
.sideNavOffset {
|
||||
margin-top: 30px;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
display: block;
|
||||
word-break: break-word;
|
||||
|
||||
.DiscussionPage-list & {
|
||||
margin-right: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user