Commit e182512
authored
fix(core): pin CorePageHeader to content size in flex-column contexts (#4210)
v-row inherits flex: 1 1 auto from Vuetify. Add flex: 0 0 auto on
.core-page-header so the header never grows when placed as a flex child
of a flex-direction:column shell. No-op in normal block flow.
Closes #42021 parent a92952c commit e182512
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
0 commit comments