Skip to content

Commit

Permalink
Deleted border-bottom on .search-row css style
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoreno-rodriguez authored Feb 3, 2023
1 parent 15327bd commit 36d4668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
/* Styles to support svg images in search results */

.search-row {
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
border-bottom: none;
display: flex;
align-items: top;
}
Expand Down

0 comments on commit 36d4668

Please sign in to comment.