For long tenant name, display an ellipsis using CSS3.

Fixes bug 1057137.

Change-Id: Ic73bd8fb8c1f160db3788582f0acab95649ecc93
This commit is contained in:
Lin Hua Cheng 2012-11-12 10:57:49 -08:00
parent 8734ea4977
commit 56b2252541

View File

@ -95,6 +95,8 @@
line-height: @baseLineHeight;
color: @gray;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
}