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;