From 88efafeefea1dba224bc408a1b343df6182c37cc Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 5 Oct 2018 14:56:50 +0200 Subject: [PATCH] Make tags wrap properly in topic page sidebar --- tildes/scss/modules/_label.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tildes/scss/modules/_label.scss b/tildes/scss/modules/_label.scss index aec9730..7f393fb 100644 --- a/tildes/scss/modules/_label.scss +++ b/tildes/scss/modules/_label.scss @@ -15,7 +15,8 @@ .label-topic-tag { background-color: transparent; margin: 0 0.4rem 0 0; - white-space: nowrap; + word-wrap: break-word; + max-width: 100%; } .label-topic-tag-nsfw,