1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Tweak padding on discussion list items

Remove overflow to facilitate new tags appearance
This commit is contained in:
Toby Zerner
2015-07-22 09:59:29 +09:30
parent d40c28a370
commit ff6d3114d7

View File

@@ -51,8 +51,6 @@
padding: 0;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
> li {
@@ -204,7 +202,7 @@
}
.DiscussionListItem-content {
padding-left: 52px;
padding-right: 75px;
padding-right: 80px;
}
.DiscussionListItem-author {
margin-left: -52px;
@@ -225,7 +223,7 @@
}
.DiscussionListItem-count {
margin-top: 21px;
margin-right: -65px;
margin-right: -70px;
width: 55px;
color: @muted-color;
font-size: 14px;