Skip to content

Commit

Permalink
- Reduce search result line height
Browse files Browse the repository at this point in the history
- Add an extra pixel to top and bottom padding for item details
  • Loading branch information
j-corry committed Nov 11, 2024
1 parent 274aada commit a7a51a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/assets/stylesheets/search_results.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@

.row {
.item-details {
padding-top: 3px;
padding-bottom: 3px;
line-height: normal;
padding-top: 4px;
padding-bottom: 4px;

* {
max-width: 100%;
Expand All @@ -189,7 +190,7 @@
.item-details-label {
color: grey;
font-size: small;
line-height: 10px;
line-height: normal;
}
}

Expand Down

0 comments on commit a7a51a9

Please sign in to comment.