mediawiki-skins-Vector/skinStyles/ext.growthExperiments.StructuredTask.PreEdit.less
Jon Robson 79ea216e77 Hide width toggle when performing suggested edit
Bug: T322597
Change-Id: I4290de12b2e79dc1121499341432c5f0221a5bb7
2022-11-09 12:18:46 -08:00

7 lines
239 B
Plaintext

// When the help icon and limited toggle is on the same page, only the help icon should be shown.
// (T322597#8378539)
.vector-limited-width-toggle {
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}