Skip to content

Commit cc65183

Browse files
committed
fix(MultiSelect): fix the incorrect border radius value when component is inside the input group.
1 parent 9a862aa commit cc65183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/forms/_input-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
> .date-picker:not(:first-child) > .date-picker-input-group,
147147
> .time-picker:not(:first-child) > .time-picker-input-group,
148-
> .form-multi-select:not(:first-child) > .form-multi-select-input-group,
148+
> .form-multi-select:not(:first-child) > .form-multi-select .form-multi-select-input-group,
149149
> .form-floating:not(:first-child) > .form-control,
150150
> .form-floating:not(:first-child) > .form-select,
151151
> .form-password:not(:first-child) > .form-control {

0 commit comments

Comments
 (0)