From 400f1d37bf8fcc4508c4d40ea470607d332d8127 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 23 May 2022 11:24:08 -0700 Subject: [PATCH] Revert "Allow line breaks in Tags" This reverts commit 14cbcb4af60fd16474560bde7082c86f29de9150. --- src-ui/src/styles.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index ab9147b23..7a566fbb9 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -497,8 +497,6 @@ table.table { // Bootstrap 5 tweaks a.badge { text-decoration: none; - word-break: initial; - white-space: initial; } .btn-link {