mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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`
|
||||
ha-switch {
|
||||
padding: 16px 0;
|
||||
padding: 16px 6px;
|
||||
}
|
||||
.side-by-side {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user