CASH-1403: Parity - increase height for error messages

This commit is contained in:
Chris Redelinghuys 2025-08-29 10:00:01 -04:00
parent 3a09d000ce
commit 3d3df3356c

View file

@ -921,7 +921,10 @@ export default {
border: 0 none;
@include media-breakpoint-down(lg) {
min-height: 1688px;
min-height: 1750px;
}
@include media-breakpoint-down(md) {
min-height: 1890px;
}
}
#pageLoadingModal {