mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Fix datatable checkbox width (#10631)
This commit is contained in:
parent
b969db0c0f
commit
481da19c74
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user