fix(layout): wrap article tags to prevent overflow
parent
9813c43ede
commit
ffed56a9c0
|
@ -95,6 +95,10 @@ article
|
||||||
.message-body
|
.message-body
|
||||||
border: none
|
border: none
|
||||||
|
|
||||||
|
.article-tags
|
||||||
|
display: flex
|
||||||
|
flex-wrap: wrap
|
||||||
|
|
||||||
.rtl
|
.rtl
|
||||||
direction: rtl
|
direction: rtl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue