mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 08:13:39 +08:00
Don't let discussion details in list wrap
This commit is contained in:
parent
cb4883cd7a
commit
452efaf86b
|
@ -210,9 +210,12 @@
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
& > li {
|
& > li {
|
||||||
display: inline-block;
|
display: inline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
& .username {
|
& .username {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user