Skip to content

Commit

Permalink
fix(toolbar): add styles for flexible spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Apr 9, 2019
1 parent 67cd949 commit 369fc6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/default/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@
margin-left: 0;
}
}


// Spacer
.k-spacer {
height: $line-height-em;
flex: 1 1 auto;
}

}


Expand Down

0 comments on commit 369fc6b

Please sign in to comment.