From 68392853dd3c40e172327be96721aa815a0fe17c Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Wed, 26 Feb 2014 18:14:35 -0800 Subject: [PATCH] Fixes active tab height --- stylesheets/tabs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/tabs.less b/stylesheets/tabs.less index f38abc4..3342448 100644 --- a/stylesheets/tabs.less +++ b/stylesheets/tabs.less @@ -73,7 +73,7 @@ &, &:before { background-color: @tab-background-color-active; - height: @tab-height + 1px; + height: @tab-height; } }