1
0
mirror of https://github.com/flarum/core.git synced 2025-08-25 01:16:20 +02:00

Overflow discussion list info on mobile/in the pane

This commit is contained in:
Toby Zerner
2015-08-02 17:25:54 +09:30
parent d44ffd1866
commit 51c647d134
2 changed files with 10 additions and 1 deletions

View File

@@ -50,7 +50,6 @@
list-style-type: none;
padding: 0;
margin: 0;
white-space: nowrap;
font-size: 12px;
> li {
@@ -141,6 +140,11 @@
font-size: 14px;
text-decoration: none !important;
}
.DiscussionListItem-info {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.DiscussionListItem-count {
margin-right: -35px;
background: @control-bg;