mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Fix entity settings row sizing (#28585)
This commit is contained in:
@@ -1543,6 +1543,12 @@ export class EntityRegistrySettingsEditor extends LitElement {
|
|||||||
margin-inline-end: 0;
|
margin-inline-end: 0;
|
||||||
margin-inline-start: initial;
|
margin-inline-start: initial;
|
||||||
}
|
}
|
||||||
|
ha-settings-row {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr auto;
|
||||||
|
gap: var(--ha-space-4);
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
ha-textfield,
|
ha-textfield,
|
||||||
ha-icon-picker,
|
ha-icon-picker,
|
||||||
ha-select,
|
ha-select,
|
||||||
|
|||||||
Reference in New Issue
Block a user