From 14cbcb4af60fd16474560bde7082c86f29de9150 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 {