mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
423234cb77
Change-Id: Ic904b53b2ac489be572f4b6096ddc8c92c482a59
11 lines
269 B
CSS
11 lines
269 B
CSS
.simplecaptcha-field .oo-ui-fieldLayout-header {
|
|
/* stylelint-disable declaration-no-important */
|
|
width: auto !important;
|
|
padding-right: 1em !important;
|
|
/* stylelint-enable declaration-no-important */
|
|
}
|
|
|
|
.simplecaptcha-answer.oo-ui-textInputWidget {
|
|
width: 5em;
|
|
}
|