Merge pull request #5068 from NamelessContributor/patch-1

tag_list_component: fix overflow of some long tags
This commit is contained in:
evazion
2022-03-27 02:29:37 -05:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
}
a.search-tag {
overflow-wrap: normal;
overflow-wrap: break-word;
}
&.inline-tag-list {