Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit bd331c7

Browse files
Aljullugigitux
authored andcommitted
Fix pills in the Filter by Attribute block dropdown overlapping with the chevron (second attempt) (#7112)
1 parent 7c414a2 commit bd331c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/js/blocks/attribute-filter/style.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,12 @@
110110
}
111111
}
112112
}
113-
.is-single .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
113+
.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
114114
width: calc(100% - 50px);
115+
116+
.components-form-token-field__suggestions-list {
117+
width: calc(100% + 50px);
118+
}
115119
}
116120
}
117121

0 commit comments

Comments
 (0)