diff --git a/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss b/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss index 2c9949e4055..1bbfe3f357e 100644 --- a/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss +++ b/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss @@ -27,6 +27,10 @@ box-shadow: none; cursor: pointer; max-width: 250px; + + .name { + white-space: nowrap; + } } }