From 44a87cdf2b2f7228f313596052739ae82babfd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 11 Nov 2014 17:41:05 +0100 Subject: [PATCH] Fixed ellipsis bug in admin --- app/styles/modules/common/colors-table.scss | 5 +++++ 1 file changed, 5 insertions(+) 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;