From 1906451bc6a0cb56cbb2ddf17e32fdc60a883a8e Mon Sep 17 00:00:00 2001 From: dragere Date: Mon, 23 May 2022 19:28:29 +0200 Subject: [PATCH] Allow line breaks in Tags --- src-ui/src/styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index 7a566fbb9..ab9147b23 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -497,6 +497,8 @@ table.table { // Bootstrap 5 tweaks a.badge { text-decoration: none; + word-break: initial; + white-space: initial; } .btn-link {