Skip to content

Commit

Permalink
fix: add k-spacer-sized style
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Dec 15, 2020
1 parent 4c2df37 commit e37dfd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/utils/_spacer.scss
Expand Up @@ -4,4 +4,8 @@
.k-spacer {
flex: 1 0 auto;
}

.k-spacer-sized {
flex-grow: 0;
}
}

0 comments on commit e37dfd4

Please sign in to comment.