From 4e11bda793f8e6879303045c9f627ae46deac6a8 Mon Sep 17 00:00:00 2001 From: Tim Blischke Date: Thu, 1 Feb 2024 16:46:56 +0100 Subject: [PATCH] fix(#93): padding for chips in multiselect --- theme-base/components/input/_multiselect.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-base/components/input/_multiselect.scss b/theme-base/components/input/_multiselect.scss index c08be04..e497cab 100644 --- a/theme-base/components/input/_multiselect.scss +++ b/theme-base/components/input/_multiselect.scss @@ -48,7 +48,7 @@ } .p-inputwrapper-filled { - &.p-multiselect { + .p-multiselect { &.p-multiselect-chip { .p-multiselect-label { padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);