mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 22:33:54 +08:00
Fixing topic status alignment in search
This commit is contained in:
parent
6cbcd58603
commit
6553744e50
|
@ -58,7 +58,6 @@
|
|||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
.topic-statuses {
|
||||
line-height: 1;
|
||||
color: $primary-medium;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
.topic-statuses {
|
||||
display: inline-block;
|
||||
font-size: 1.3em;
|
||||
line-height: 1;
|
||||
line-height: $line-height-medium;
|
||||
color: $primary-medium;
|
||||
span {
|
||||
line-height: 1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user