MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
(Mfw I realized that the changes were already part of enwiki's css)
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;
}
}