From 1329f126aa24317c2e7b768a94671cb3f429f1a6 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 30 Jan 2015 17:45:39 -0800 Subject: [PATCH] Fixed OCD padding. --- app/styles/containers.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/containers.less b/app/styles/containers.less index a1feea273b..9ce1826e1b 100644 --- a/app/styles/containers.less +++ b/app/styles/containers.less @@ -310,7 +310,7 @@ border-bottom: 1px solid @gray-lightest; background-color: white; height: 32px; - padding: 7px 10px 10px 24px; + padding: 6px 10px 10px 24px; font-size: 13px; color: @gray-normal;