mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix last input margins in supervisor-network.ts (#19659)
* Fix last input margins in supervisor-network.ts Resolves #19658 * Update src/panels/config/network/supervisor-network.ts --------- Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
9894d83e22
commit
b39ac984f9
@ -574,6 +574,9 @@ export class HassioNetwork extends LitElement {
|
|||||||
display: block;
|
display: block;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
ha-expansion-panel ha-textfield:last-child {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
mwc-list-item {
|
mwc-list-item {
|
||||||
--mdc-list-side-padding: 10px;
|
--mdc-list-side-padding: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user