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