mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Fix alignment / padding of ha-switch (#7349)
This commit is contained in:
parent
ce7acb0feb
commit
19fc37539e
@ -2,7 +2,7 @@ import { css } from "lit-element";
|
|||||||
|
|
||||||
export const configElementStyle = css`
|
export const configElementStyle = css`
|
||||||
ha-switch {
|
ha-switch {
|
||||||
padding: 16px 0;
|
padding: 16px 6px;
|
||||||
}
|
}
|
||||||
.side-by-side {
|
.side-by-side {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user