mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:41:31 +08:00
Tags should wrap on mobile topic-list
This commit is contained in:
parent
5de78a719b
commit
67526907cd
|
@ -176,6 +176,7 @@ $tag-color: $primary-medium;
|
|||
|
||||
.mobile-view .topic-list-item .discourse-tags {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
font-size: $font-down-1;
|
||||
margin-top: 0;
|
||||
.discourse-tag {
|
||||
|
|
Loading…
Reference in New Issue
Block a user