1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-25 11:44:19 +01:00

Fix padding on the right side of the tabs to match left

This commit is contained in:
Ben Ogle 2013-11-06 14:45:23 -08:00
parent f23fb3c07b
commit d701da7a56

View File

@ -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 {