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:
parent
7d485f5937
commit
456cdc9c47
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-subheader {
|
&.has-subheader {
|
||||||
min-height: 80px;
|
min-height: 86px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue