mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
height: 20px;
|
||||||
.discourse-tag {
|
.discourse-tag {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
@ -303,6 +304,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic-header-participants {
|
.topic-header-participants {
|
||||||
|
height: 20px;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user