mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:13:47 +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 {
|
.mobile-view .topic-list-item .discourse-tags {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
.discourse-tag {
|
.discourse-tag {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user