Fix datatable checkbox width (#10631)
This commit is contained in:
@@ -678,7 +678,7 @@ export class HaDataTable extends LitElement {
|
|||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
width: 56px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
:host([dir="rtl"]) .mdc-data-table__header-cell--checkbox,
|
:host([dir="rtl"]) .mdc-data-table__header-cell--checkbox,
|
||||||
:host([dir="rtl"]) .mdc-data-table__cell--checkbox {
|
:host([dir="rtl"]) .mdc-data-table__cell--checkbox {
|
||||||
|
|||||||
Reference in New Issue
Block a user