Fix datatable checkbox width (#10631)

This commit is contained in:
Joakim Sørensen 2021-11-16 19:46:41 +01:00 committed by GitHub
parent b969db0c0f
commit 481da19c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {