1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 10:11:43 +02:00

Don't let discussion details in list wrap

This commit is contained in:
Toby Zerner
2015-05-02 08:34:09 +09:30
parent 066a379f43
commit 80e8630c1c

View File

@@ -210,9 +210,12 @@
list-style-type: none;
padding: 0;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
& > li {
display: inline-block;
display: inline;
}
}
& .username {