Merge "Fix captcha image overflow"

This commit is contained in:
jenkins-bot 2024-04-23 22:41:35 +00:00 committed by Gerrit Code Review
commit dd65737f3a

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;