Skip to content

Commit

Permalink
Fix datatable checkbox width (#10631)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Nov 16, 2021
1 parent b969db0 commit 481da19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data-table/ha-data-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ export class HaDataTable extends LitElement {
padding-left: 16px;
/* @noflip */
padding-right: 0;
width: 56px;
width: 60px;
}
:host([dir="rtl"]) .mdc-data-table__header-cell--checkbox,
:host([dir="rtl"]) .mdc-data-table__cell--checkbox {
Expand Down

0 comments on commit 481da19

Please sign in to comment.