fix cutting off descenders on dashboard

This commit is contained in:
Lisa Passing 2015-01-26 12:09:41 +01:00
parent 9f3150f65b
commit ebc3c762ee

View File

@ -485,7 +485,7 @@ a {
margin : 0;
max-width : 250px;
white-space : nowrap;
overflow : hidden;
line-height : 20px;
text-overflow : ellipsis;
}