Skip to content

Commit eb0aaf0

Browse files
epetrowJuveniel
authored andcommitted
fix(table): do not set cell padding if size is not set
1 parent 2c89f3b commit eb0aaf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/scss/components/table/_layout.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
}
4242
.k-table-th,
4343
.k-table-td {
44-
padding-block: $kendo-table-md-cell-padding-y;
45-
padding-inline: $kendo-table-md-cell-padding-x;
4644
border-width: 0 0 $kendo-table-cell-horizontal-border-width $kendo-table-cell-vertical-border-width;
4745
border-style: solid;
4846
border-color: inherit;

0 commit comments

Comments
 (0)