mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Fix min width of checkbox column in data table (#22162)
fix min width of checkbox column in data table
This commit is contained in:
parent
175f68e0cf
commit
95580bc4c0
@ -1011,6 +1011,7 @@ export class HaDataTable extends LitElement {
|
||||
/* @noflip */
|
||||
padding-inline-end: initial;
|
||||
width: 60px;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.mdc-data-table__table {
|
||||
|
Loading…
x
Reference in New Issue
Block a user