tag_list_component: fix overflow of some long tags

Fixes rare cases of tags containing a long word overflowing outside the sidebar e.g.
https://danbooru.donmai.us/posts?tags=iwakiyamayukisatoshironanogojuurokushi_akira
This commit is contained in:
NamelessContributor
2022-03-23 11:37:10 +01:00
committed by GitHub
parent eef6e8f55f
commit 136e2777cb

View File

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