mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
FIX: Improve topic small header alignment in mobile
Force topic-header-extra height to 20px
This commit is contained in:
parent
3589f3e023
commit
046e4ab413
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user