diff --git a/app/styles/modules/common/colors-table.scss b/app/styles/modules/common/colors-table.scss index 22c6e9f9..ec9b00f1 100644 --- a/app/styles/modules/common/colors-table.scss +++ b/app/styles/modules/common/colors-table.scss @@ -44,6 +44,11 @@ .status-name { @include table-flex-child(6, 150px, 0); padding: 0 10px; + position: relative; + span { + @include ellipsis(100%); + display: block; + } } .options-column { max-width: 100px;