We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62952af commit d1d63ceCopy full SHA for d1d63ce
knowledge-base/grid-remove-group-indent.md
@@ -48,7 +48,7 @@ To remove the group indent in the [Grid for Blazor](slug:grid-overview) and hide
48
49
<style>
50
.custom-grouping.k-grid .k-group-col {
51
- width: 1px;
+ width: 0.1px; /* Safari ignores a zero value */
52
}
53
54
.custom-grouping.k-grid .k-grouping-row .k-icon {
0 commit comments