Deleted border-bottom on .search-row css style

This commit is contained in:
pmoreno.rodriguez 2023-02-03 21:10:06 +01:00 committed by GitHub
parent 15327bd95a
commit 36d4668000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}