For long tenant name, display an ellipsis using CSS3.
Fixes bug 1057137. Change-Id: Ic73bd8fb8c1f160db3788582f0acab95649ecc93
This commit is contained in:
parent
8734ea4977
commit
56b2252541
@ -95,6 +95,8 @@
|
||||
line-height: @baseLineHeight;
|
||||
color: @gray;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user