Skip to content

Commit

Permalink
Make list CSS selector more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 13, 2022
1 parent e56533e commit 2a3dfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/less/searchbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
}
}

.ui.list {
.ui.list.search-list {
> .item {
padding-top: 0 !important;
padding-bottom: 1em !important;
Expand All @@ -250,7 +250,7 @@
margin-top: 2.5em;

//TODO: move list with more space to design system
.ui.list {
.ui.list.search-list {
margin-top: 2em !important;

> .item:not(:last-child) {
Expand Down

0 comments on commit 2a3dfae

Please sign in to comment.