FIX: Improve topic small header alignment in mobile

Force topic-header-extra height to 20px
This commit is contained in:
Vinoth Kannan 2019-01-05 14:06:06 +05:30
parent 3589f3e023
commit 046e4ab413

View File

@ -287,6 +287,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 20px;
.discourse-tag {
display: block;
float: left;
@ -303,6 +304,8 @@
}
.topic-header-participants {
height: 20px;
> span {
margin: 0 2px;
display: block;