make long tenant names look better
Change-Id: Ifd3bb8ba0a7a367e31794c7cc82bef40e2c83d20 Fixes: bug 1057137
This commit is contained in:
parent
3a9b0da489
commit
cf34ed76f0
@ -94,9 +94,7 @@
|
||||
font-weight: normal;
|
||||
line-height: @baseLineHeight;
|
||||
color: @gray;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow:ellipsis;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -244,6 +244,16 @@ a.current_item:hover h3, a.current_item:hover h4 {
|
||||
font-size: 16px;
|
||||
margin: -6px 0 0 14px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space: nowrap;
|
||||
&:hover {
|
||||
white-space: normal;
|
||||
overflow: visible;
|
||||
text-overflow: none;
|
||||
padding-right: 1em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar .switcher_bar h4 {
|
||||
|
Loading…
Reference in New Issue
Block a user