Merge pull request #5146 from umbraco/v8/bugfix/4811

use text-overflow for better look in narrow screens
This commit is contained in:
Bjarke Berg
2019-04-04 07:54:25 +02:00
committed by GitHub

View File

@@ -166,9 +166,15 @@ a.umb-editor-header__close-split-view:hover {
height: 30px;
text-decoration: none !important;
font-size: 13px;
//color: @gray-4;
color: @ui-action-discreet-type;
//background-color: @white;
max-width: 50%;
white-space: nowrap;
span {
text-overflow: ellipsis;
overflow: hidden;
}
}
a.umb-variant-switcher__toggle {