mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
ha-labels-picker: remove margin-bottom for ha-chip-set (#28559)
This commit is contained in:
@@ -231,7 +231,6 @@ export class HaLabelsPicker extends SubscribeMixin(LitElement) {
|
|||||||
|
|
||||||
static styles = css`
|
static styles = css`
|
||||||
ha-chip-set {
|
ha-chip-set {
|
||||||
margin-bottom: 8px;
|
|
||||||
background-color: var(--mdc-text-field-fill-color);
|
background-color: var(--mdc-text-field-fill-color);
|
||||||
border-bottom: 1px solid var(--ha-color-border-neutral-normal);
|
border-bottom: 1px solid var(--ha-color-border-neutral-normal);
|
||||||
border-top-right-radius: var(--ha-border-radius-sm);
|
border-top-right-radius: var(--ha-border-radius-sm);
|
||||||
|
|||||||
Reference in New Issue
Block a user