mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-27 09:30:06 +00:00
Merge "Fix captcha image overflow"
This commit is contained in:
commit
dd65737f3a
|
@ -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