Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jul 15, 2022
1 parent 925df4a commit b2ba121
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/SearchBlock/less/searchbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@

//TODO: move list with more space to design system
.ui.list.search-list {
display: flex;
flex-direction: column;
gap: 1em;
margin-top: 2em !important;

> .item:not(:last-child) {
padding-bottom: 2.5em !important;
// padding-bottom: 2.5em !important;
}
}

Expand Down

0 comments on commit b2ba121

Please sign in to comment.