Specify height of tabs

This fixes the display of the tabs when `box-sizing: border-box` is
specified in local CSS. Previously, they were shifted upwards and shrunk
slightly.

Bug: T104767
Change-Id: I04333300bd1d29003e609091e0f64a73489f04c6
This commit is contained in:
pppery 2016-12-14 15:33:59 -05:00
parent 565011c5c4
commit 3621078abf
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ div.vectorTabs {
.background-image('images/tab-break.png');
background-position: bottom right;
background-repeat: no-repeat;
height: 100%;
a {
/* For IE6, overridden later to display:block by modern browsers */