10 lines
106 B
SCSS

:host {
display: flex;
flex: 1;
flex-direction: column;
.more-spacer {
flex: 1 1 auto;
}
}