From d701da7a56ce1b0620938e7298bae4d80fcc5643 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 6 Nov 2013 14:45:23 -0800 Subject: [PATCH] Fix padding on the right side of the tabs to match left --- stylesheets/tabs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/tabs.less b/stylesheets/tabs.less index 55d223e..62c38a1 100644 --- a/stylesheets/tabs.less +++ b/stylesheets/tabs.less @@ -11,7 +11,7 @@ height: @tab-height + @tab-top-padding + @tab-bottom-border-height; background: @tab-bar-background-color; box-shadow: inset 0 -8px 8px -4px rgba(0,0,0, .15); - padding: 0 10px; + padding: 0 13px 0 10px; box-sizing: border-box; &:after {