Skip to content

Commit

Permalink
fix(spreadsheet): use standard flex syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva committed Sep 17, 2021
1 parent 62e9656 commit 23b16e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/spreadsheet/_layout.scss
Expand Up @@ -228,7 +228,7 @@
border-color: inherit;
display: flex;
flex-direction: row;
align-items: start;
align-items: flex-start;
position: relative;
}
.k-spreadsheet-sheets-bar-add {
Expand Down

0 comments on commit 23b16e7

Please sign in to comment.