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