Fix captcha image overflow

Bug: T358024
Change-Id: Ibbbd434a06f683ed9aae0d80ec04ee4df9864a50
This commit is contained in:
Bartosz Dziewoński 2024-04-24 00:15:48 +02:00
parent bcdde67ebd
commit 24ca43e5ca

View file

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