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

Commit

Permalink
fix: expanded style for empty suggestion list
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu committed Jul 7, 2022
1 parent c1a6ee8 commit 0f09af2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/js/blocks/attribute-filter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,19 @@
border: none;
}

.components-form-token-field__suggestions-list {
border-top: none;
margin-top: 2px;
}

.components-form-token-field__suggestion {
padding: 8px;

&:first-child {
border-top: 1px solid $gray-600;
}
}

}


Expand Down

0 comments on commit 0f09af2

Please sign in to comment.