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

Commit 0f09af2

Browse files
committed
fix: expanded style for empty suggestion list
1 parent c1a6ee8 commit 0f09af2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,19 @@
6363
border: none;
6464
}
6565

66+
.components-form-token-field__suggestions-list {
67+
border-top: none;
68+
margin-top: 2px;
69+
}
70+
6671
.components-form-token-field__suggestion {
6772
padding: 8px;
73+
74+
&:first-child {
75+
border-top: 1px solid $gray-600;
76+
}
6877
}
78+
6979
}
7080

7181

0 commit comments

Comments
 (0)