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