1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

ha-labels-picker: remove margin-bottom for ha-chip-set (#28559)

This commit is contained in:
ildar170975
2025-12-19 10:55:21 +03:00
committed by GitHub
parent ef984fc438
commit 362a0b96ab

View File

@@ -231,7 +231,6 @@ export class HaLabelsPicker extends SubscribeMixin(LitElement) {
static styles = css`
ha-chip-set {
margin-bottom: 8px;
background-color: var(--mdc-text-field-fill-color);
border-bottom: 1px solid var(--ha-color-border-neutral-normal);
border-top-right-radius: var(--ha-border-radius-sm);