280
edits
Alexkar598 (talk | contribs) (Mfw I realized that the changes were already part of enwiki's css) |
Alexkar598 (talk | contribs) m (Patch MobileTabsPlugin to not limit the size of tabs) Tags: Mobile edit Mobile web edit |
||
Line 1,463: | Line 1,463: | ||
.wiki-only { | .wiki-only { | ||
/* Shows up as normal on the wiki */ | /* Shows up as normal on the wiki */ | ||
} | |||
//Patch MobileTabsPlugin to not limit the size of tabs | |||
.tabs.tabs-tabbox { | |||
max-width: unset !important; | |||
} | } |