mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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;
|
||||
margin-top: 16px;
|
||||
}
|
||||
ha-expansion-panel ha-textfield:last-child {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
mwc-list-item {
|
||||
--mdc-list-side-padding: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user