diff --git a/bundlesize.config.json b/bundlesize.config.json index 2bc0c879e..6e7a58730 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -1,7 +1,7 @@ [ { "resourceModule": "skins.minerva.base.styles", - "maxSize": "7.4KB" + "maxSize": "7.3KB" }, { "resourceModule": "skins.minerva.content.styles.images", diff --git a/resources/skins.minerva.base.styles/ui.less b/resources/skins.minerva.base.styles/ui.less index c3715e954..9f417bc9e 100644 --- a/resources/skins.minerva.base.styles/ui.less +++ b/resources/skins.minerva.base.styles/ui.less @@ -154,30 +154,25 @@ main { } .mw-parser-output { - h1, - h2, - h3, - h4, - h5, - h6 { + h1, h2, h3, h4, h5, h6 { display: flex; + } - .mw-headline { - flex-grow: 1; - flex-basis: 0; - margin-left: 0; - } + .mw-headline { + flex-grow: 1; + flex-basis: 0; + margin-left: 0; + } - .mw-editsection { - align-self: center; - // Negative margins to prevent the edit icon from affecting the height of the heading - margin-top: -1em; - margin-bottom: -1em; - .cdx-mixin-button-layout-flush( 'end', true, 'large' ); + .mw-editsection { + align-self: center; + // Negative margins to prevent the edit icon from affecting the height of the heading + margin-top: -1em; + margin-bottom: -1em; + .cdx-mixin-button-layout-flush( 'end', true, 'large' ); - .cdx-button { - font-size: 1rem; // stylelint-disable-line unit-disallowed-list - } + .cdx-button { + font-size: 1rem; // stylelint-disable-line unit-disallowed-list } } }