mirror of
https://github.com/flarum/core.git
synced 2025-07-16 22:31:18 +02:00
Prevent long words/content from stretching the discussion list width
This commit is contained in:
@@ -123,5 +123,6 @@
|
|||||||
.sideNavOffset {
|
.sideNavOffset {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -87,6 +87,7 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
display: block;
|
display: block;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
.DiscussionPage-list & {
|
.DiscussionPage-list & {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
Reference in New Issue
Block a user