Skip to content

Commit

Permalink
Fix min width of checkbox column in data table (#22162)
Browse files Browse the repository at this point in the history
fix min width of checkbox column in data table
  • Loading branch information
bramkragten authored Sep 30, 2024
1 parent 175f68e commit 95580bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/data-table/ha-data-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ export class HaDataTable extends LitElement {
/* @noflip */
padding-inline-end: initial;
width: 60px;
min-width: 60px;
}
.mdc-data-table__table {
Expand Down

0 comments on commit 95580bc

Please sign in to comment.