update min size with sub text

given current css, needs to be 86px to prevent a small blip of sizing when going from standard to another choice.
This commit is contained in:
Bill Richardson 2024-08-01 14:08:19 -04:00
parent 7d485f5937
commit 456cdc9c47

View file

@ -148,7 +148,7 @@ export default {
} }
&.has-subheader { &.has-subheader {
min-height: 80px; min-height: 86px;
} }
&:before { &:before {