MediaWiki:Common.css: Difference between revisions

adding quick hack for TabberNeue bug
(widen DismissableSiteNotice)
(adding quick hack for TabberNeue bug)
 
(One intermediate revision by the same user not shown)
Line 1,220:
/* Widens DismissableSiteNotice */
.mw-dismissable-notice-body { margin: 0 !important; }
.mw-dismissable-notice-close { margin-right: 0.5rem !important; }
 
/* Temporary workaround for https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/issues/46 */
.tabber__section pre {
display: none;
}