Merge pull request #5146 from umbraco/v8/bugfix/4811
use text-overflow for better look in narrow screens
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user