From 0b246ef192cb99ca49ee5a4eeeaff0f68ee38ef1 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 19 Mar 2015 15:53:52 -0400 Subject: [PATCH] fixed letter cutoff --- less/categories.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/categories.less b/less/categories.less index ef0a5b1..118b927 100644 --- a/less/categories.less +++ b/less/categories.less @@ -27,13 +27,13 @@ h1 { font-size: 22px; + line-height: 24px; margin: 0; position: absolute; margin-left: 62px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - margin-right: 42px; width: 85%; } }