Skip to content

Commit

Permalink
fix(spreadsheet): remove bottom border from spreadsheet tabstrip
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Feb 22, 2023
1 parent 56aa4e8 commit 01a16c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/material/scss/spreadsheet/_layout.scss
Expand Up @@ -20,6 +20,10 @@
// Spreadsheet tabstrip
.k-spreadsheet-tabstrip {
padding-top: 0;

.k-tabstrip-items-wrapper {
border-width: 0;
}
}


Expand Down

0 comments on commit 01a16c9

Please sign in to comment.