Skip to content

Commit

Permalink
add border
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Sep 7, 2023
1 parent 81e1db0 commit 378049f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sidebar/search/AddressInputAutocomplete.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.autocompleteItem:not(:last-child) {
border-bottom: 1px lightgray solid;
}

.selectableItem {
display: block;
width: 100%;
Expand Down

0 comments on commit 378049f

Please sign in to comment.