mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Fix double margin/padding on the mobile lede dialog
Change-Id: Ib5bf882c04d0979728fbfb65b4e9767ddbb4f6d2
This commit is contained in:
parent
45d63c7de0
commit
4e69ae1a18
|
@ -900,6 +900,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||
}
|
||||
}
|
||||
|
||||
// Avoid double margin/padding caused by combining .oo-ui-panelLayout-padded and .content
|
||||
// stylelint-disable-next-line selector-class-pattern
|
||||
.ext-discussiontools-ui-ledeSectionDialog-content.oo-ui-panelLayout-padded.content {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
// HACK: Fake disabled styles for the .mw-ui-button in Vector sticky header (T307726)
|
||||
.ext-discussiontools-fake-disabled {
|
||||
// stylelint-disable-next-line plugin/no-unsupported-browser-features
|
||||
|
|
Loading…
Reference in a new issue