Skip to content

Commit

Permalink
fix(actions): add styles for vertical orientation of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Oct 13, 2021
1 parent f2ac602 commit 9747e10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/default/scss/action-buttons/_layout.scss
Expand Up @@ -43,7 +43,7 @@
}
}

// Legacy align
// Actions align
.k-actions-start {
justify-content: flex-start;
}
Expand All @@ -57,4 +57,12 @@
flex: 1 0 0%;
}

// Actions orientation
.k-actions-horizontal {
flex-flow: row nowrap;
}
.k-actions-vertical {
flex-flow: column nowrap;
}

}

0 comments on commit 9747e10

Please sign in to comment.