From 5fc2eadd099a49c4883c455f8a72eec349964e07 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 12 Apr 2018 11:39:45 +0200 Subject: [PATCH] FIX: adds ellipsis on name of dropdown-select-box row --- .../stylesheets/common/select-kit/dropdown-select-box.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss index c229b00422..20345715ec 100644 --- a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss +++ b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss @@ -51,6 +51,7 @@ } .texts { + min-width: 0; line-height: $line-height-large; -webkit-box-flex: 1; -ms-flex: 1; @@ -76,6 +77,10 @@ font-size: $font-0; color: $primary; padding: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 100%; } .desc {