fix(prefs): Fix overflow of account names. #175

This commit is contained in:
Ben Gotow 2015-10-26 10:47:43 -07:00
parent 09ed1ea415
commit 2ddfb1595a

View file

@ -229,8 +229,10 @@ body.platform-darwin {
margin-right:20px;
.account-name {
font-size: @font-size-larger;
font-size: @font-size-large;
cursor:default;
overflow: hidden;
text-overflow: ellipsis;
}
.account-subtext {
font-size: @font-size-small;