Fix min width of checkbox column in data table (#22162)

fix min width of checkbox column in data table
This commit is contained in:
Bram Kragten 2024-09-30 11:09:08 +02:00 committed by GitHub
parent 175f68e0cf
commit 95580bc4c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1011,6 +1011,7 @@ export class HaDataTable extends LitElement {
/* @noflip */
padding-inline-end: initial;
width: 60px;
min-width: 60px;
}
.mdc-data-table__table {