mirror of https://github.com/ColorlibHQ/AdminLTE
Reduce text-elipsis rules
parent
dcc45e5915
commit
cba5477a46
|
@ -98,8 +98,7 @@
|
||||||
color: #444444;
|
color: #444444;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
padding: 10px;
|
||||||
padding: 10px;
|
|
||||||
// Icons inside the menu
|
// Icons inside the menu
|
||||||
> .glyphicon,
|
> .glyphicon,
|
||||||
> .fa,
|
> .fa,
|
||||||
|
|
|
@ -1005,7 +1005,6 @@ a:focus {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
|
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue