mediawiki-extensions-Confir.../resources/ext.confirmEdit.simpleCaptcha.css
Reedy 9f2e976f10 Attempt to flatten out PHP files in sub extensions
In an attempt to be able to have easier code coverage...

Bug: T377750
Change-Id: I556f5f2753fae77df4f34b64bccdb7d68f2825b0
2024-10-30 01:48:14 +00:00

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;
}