From de46d8f4a5bb6b534c95781cbd4e00f36382b30d Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Tue, 7 Feb 2023 11:00:59 +0100 Subject: [PATCH] tweak styling --- scm-ui/ui-styles/src/components/_main.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scm-ui/ui-styles/src/components/_main.scss b/scm-ui/ui-styles/src/components/_main.scss index ffd6d7e4df..c1c98fab36 100644 --- a/scm-ui/ui-styles/src/components/_main.scss +++ b/scm-ui/ui-styles/src/components/_main.scss @@ -567,11 +567,13 @@ ul.is-separated { // tables .table { width: 100%; + td { + overflow-wrap: anywhere; + } td, th { border-color: $white-ter; padding: 1rem; - overflow-wrap: anywhere; } } @@ -636,7 +638,6 @@ ul.is-separated { background-color: $white-bis; border-bottom: 1px solid $white-ter; border-left-color: $grey; - overflow-wrap: anywhere; &:first-child { border-left: 3px solid;