Merge pull request #5068 from NamelessContributor/patch-1
tag_list_component: fix overflow of some long tags
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
a.search-tag {
|
||||
overflow-wrap: normal;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
&.inline-tag-list {
|
||||
|
||||
Reference in New Issue
Block a user