mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add margin to the device automation form (#14418)
This commit is contained in:
parent
fce87ff0fe
commit
e6a153a802
@ -150,11 +150,16 @@ export class HaDeviceAction extends LitElement {
|
||||
static styles = css`
|
||||
ha-device-picker {
|
||||
display: block;
|
||||
margin-bottom: 16px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
ha-device-action-picker {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ha-form {
|
||||
margin-top: 24px;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
|
@ -159,6 +159,10 @@ export class HaDeviceCondition extends LitElement {
|
||||
display: block;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
ha-form {
|
||||
margin-top: 24px;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
|
@ -162,6 +162,10 @@ export class HaDeviceTrigger extends LitElement {
|
||||
display: block;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
ha-form {
|
||||
margin-top: 24px;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user