From 136e2777cb514763fb994565882ad737e201cc81 Mon Sep 17 00:00:00 2001 From: NamelessContributor <94963033+NamelessContributor@users.noreply.github.com> Date: Wed, 23 Mar 2022 11:37:10 +0100 Subject: [PATCH] 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 --- app/components/tag_list_component/tag_list_component.html.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/tag_list_component/tag_list_component.html.scss b/app/components/tag_list_component/tag_list_component.html.scss index 07bb530f8..46f5c83ee 100644 --- a/app/components/tag_list_component/tag_list_component.html.scss +++ b/app/components/tag_list_component/tag_list_component.html.scss @@ -4,7 +4,7 @@ } a.search-tag { - overflow-wrap: normal; + overflow-wrap: break-word; } &.inline-tag-list {