Skip to content

Commit b1453d8

Browse files
authored
kb(Grid): Update KB to work in Safari (#2997)
* kb(Grid): Update KB to work in Safari * Update knowledge-base/grid-remove-group-indent.md
1 parent 8901f17 commit b1453d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-remove-group-indent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To remove the group indent in the [Grid for Blazor](slug:grid-overview) and hide
4848
4949
<style>
5050
.custom-grouping.k-grid .k-group-col {
51-
width: 0;
51+
width: 0.1px; /* Safari ignores a zero value */
5252
}
5353
5454
.custom-grouping.k-grid .k-grouping-row .k-icon {

0 commit comments

Comments
 (0)