Attempting to force a universal change of the box-sizing: attribute throughout (via the following css applied locally)
.mediawiki *, .mediawiki *::after, .mediawiki *::before, .mediawiki { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
... causes the right-side border images of "un-selected" .vectorTabs to shrink.
Adding the following to the corresponding .less file should correct this problem.
div.vectorTabs span { height: 100%; }
(No adverse side-effects with the addition as far as I can tell.)
Version: Master