Skip to content

Commit

Permalink
feat(toolbar): add styles for toolbar group
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jul 12, 2021
1 parent 4091cfd commit f68e732
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/default/scss/toolbar/_layout.scss
Expand Up @@ -122,6 +122,15 @@
}


// Toolbar group
.k-toolbar-group {
display: flex;
flex-direction: inherit;
flex-wrap: nowrap;
gap: inherit;
}


// Angular specific
kendo-toolbar-renderer {
border-color: inherit;
Expand Down

0 comments on commit f68e732

Please sign in to comment.