Skip to content

Commit

Permalink
Fix #3273 by removing padding for first column in css (#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij authored Feb 1, 2025
1 parent 1a0d75b commit a6baa3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Core/Components/DataGrid/FluentDataGridCell.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ td {
padding: calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px) 1px calc((var(--design-unit) + var(--focus-stroke-width) - var(--stroke-width)) * 1px);
}

.column-header:not(.select-all):first-of-type {
padding-inline-start: calc(var(--design-unit) * 2px);
}

::deep .col-sort-button {
width: calc(100% - 20px);
overflow: hidden;
Expand Down

0 comments on commit a6baa3f

Please sign in to comment.