mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Fix captcha image overflow
Bug: T358024 Change-Id: Ibbbd434a06f683ed9aae0d80ec04ee4df9864a50
This commit is contained in:
parent
bcdde67ebd
commit
24ca43e5ca
|
@ -13,6 +13,10 @@ layout, for normal CAPTCHA sizes. */
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.fancycaptcha-image {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.fancycaptcha-reload {
|
||||
.background-image( 'images/refresh.svg' );
|
||||
background-position: left center;
|
||||
|
|
Loading…
Reference in a new issue