Pppery has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327288 )

Change subject: Specify height of tabs
......................................................................

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
---
M components/tabs.less
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/88/327288/1

diff --git a/components/tabs.less b/components/tabs.less
index 941979c..fc70f9d 100644
--- a/components/tabs.less
+++ b/components/tabs.less
@@ -97,6 +97,7 @@
                .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 */

-- 
To view, visit https://gerrit.wikimedia.org/r/327288
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04333300bd1d29003e609091e0f64a73489f04c6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Pppery <maprea...@olum.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to