Reduce text-elipsis rules

pull/657/head
Abdullah Almsaeed 2015-08-24 12:45:35 -04:00
parent dcc45e5915
commit cba5477a46
3 changed files with 2 additions and 4 deletions

View File

@ -98,8 +98,7 @@
color: #444444;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 10px;
padding: 10px;
// Icons inside the menu
> .glyphicon,
> .fa,

View File

@ -1005,7 +1005,6 @@ a:focus {
color: #444444;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,

File diff suppressed because one or more lines are too long