Fix captcha image overflow

Bug: T358024
Change-Id: Ibbbd434a06f683ed9aae0d80ec04ee4df9864a50
(cherry picked from commit 24ca43e5ca)
This commit is contained in:
Bartosz Dziewoński 2024-04-24 00:15:48 +02:00 committed by Reedy
parent 3b7e1f015c
commit e7546270dc

View file

@ -8,6 +8,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;