diff --git a/ui/app/styles/core/table.scss b/ui/app/styles/core/table.scss index 045e5ef1eebe..8759e1e86c0f 100644 --- a/ui/app/styles/core/table.scss +++ b/ui/app/styles/core/table.scss @@ -1,4 +1,4 @@ -@use "sass:math"; +@use 'sass:math'; .table { color: $text; @@ -128,6 +128,10 @@ font-weight: $weight-semibold; } } + + break-word { + word-break: break-word; + } } thead { diff --git a/ui/app/templates/allocations/allocation/index.hbs b/ui/app/templates/allocations/allocation/index.hbs index 19593ef11e16..90eb8d3ccee1 100644 --- a/ui/app/templates/allocations/allocation/index.hbs +++ b/ui/app/templates/allocations/allocation/index.hbs @@ -173,7 +173,7 @@ {{row.model.name}} {{row.model.portLabel}} - {{join ", " row.model.tags}} + {{join ", " row.model.tags}} {{row.model.onUpdate}} {{if row.model.connect "Yes" "No"}}