Skip to content

Commit

Permalink
fix(vue-inline): add css class for no-wrap property
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Oct 9, 2021
1 parent 6aa0446 commit f2a17be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/layout/VueInline/VueInline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ export default defineComponent({
justify-content: flex-end;
}
&.noWrap {
flex-wrap: nowrap;
}
@each $name, $space in $spacings {
&.space-#{$name} {
margin: calc(-1 * #{$space}) 0 0 calc(-1 * #{$space});
Expand Down

0 comments on commit f2a17be

Please sign in to comment.