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

Commit

Permalink
Merge branch 'trunk' into fix/10721-address-form-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tarhi-saad authored Oct 30, 2023
2 parents c704d59 + 20dcac3 commit 53486c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/js/editor-components/search-list-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
}
}
}

.woocommerce-search-list__list {
// Here to increase specificity compared to default editor styles
// wrapping `ul`s and `ol`s.
padding-left: 0;
}
}

.woocommerce-search-list__selected {
Expand Down Expand Up @@ -98,6 +104,7 @@
border: 1px solid $gray-200;
margin: 0;
padding: 0;
list-style: none;
max-height: 17em;
overflow-x: hidden;
overflow-y: auto;
Expand Down

0 comments on commit 53486c9

Please sign in to comment.