mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
9f2e976f10
In an attempt to be able to have easier code coverage... Bug: T377750 Change-Id: I556f5f2753fae77df4f34b64bccdb7d68f2825b0
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;
|
|
}
|