From ebc3c762eeedb24a0c2ba32cea9a7b9dec3fd42a Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 26 Jan 2015 12:09:41 +0100 Subject: [PATCH] fix cutting off descenders on dashboard --- assets/styles/dashboard/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/dashboard/dashboard.scss b/assets/styles/dashboard/dashboard.scss index 3e5dbe78..0a208b1d 100644 --- a/assets/styles/dashboard/dashboard.scss +++ b/assets/styles/dashboard/dashboard.scss @@ -485,7 +485,7 @@ a { margin : 0; max-width : 250px; white-space : nowrap; - overflow : hidden; + line-height : 20px; text-overflow : ellipsis; }