Skip to content

Commit

Permalink
fix(pivotgrid): fix vertical alignment of pivotgrid cells
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and Juveniel committed Feb 27, 2023
1 parent 36ac805 commit 0f24a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/pivotgrid/_layout.scss
Expand Up @@ -524,6 +524,7 @@
}

.k-pivot-layout > tbody,
.k-pivot .k-table-td,
.k-pivot td {
vertical-align: top;
}
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/pivotgrid/_layout.scss
Expand Up @@ -504,6 +504,7 @@
}

.k-pivot-layout > tbody,
.k-pivot .k-table-td,
.k-pivot td {
vertical-align: top;
}
Expand Down

0 comments on commit 0f24a48

Please sign in to comment.