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:
committed by
GitHub
parent
eef6e8f55f
commit
136e2777cb
@@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.search-tag {
|
a.search-tag {
|
||||||
overflow-wrap: normal;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.inline-tag-list {
|
&.inline-tag-list {
|
||||||
|
|||||||
Reference in New Issue
Block a user