Skip to content

Commit 2e8318f

Browse files
committed
chore: test
1 parent 6992b92 commit 2e8318f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/core/scss/components/checkbox/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
&::before {
102102
content: "";
103103
width: 0px;
104+
height: calc(var(--kendo-font-size) * var(--kendo-line-height));
104105
overflow: hidden;
105106
flex: none;
106107
display: inline-block;

packages/core/scss/components/icons/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
&::before {
2323
content: "";
2424
width: 0;
25+
height: calc(var(--kendo-font-size) * var(--kendo-line-height));
2526
overflow: hidden;
2627
flex: none;
2728
display: inline-block;

packages/core/scss/components/radio/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
&::before {
9696
content: "";
9797
width: 0px;
98+
height: calc(var(--kendo-font-size) * var(--kendo-line-height));
9899
overflow: hidden;
99100
flex: none;
100101
display: inline-block;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
.k-table-#{$size} .k-table-list .k-table-group-row::before {
250250
padding-block: $_cell-padding-y;
251251
padding-inline: 0;
252+
height: calc( $_font-size * $_line-height + ( $_cell-padding-y * 2 ) );
252253
}
253254
}
254255

0 commit comments

Comments
 (0)