Skip to content

Commit

Permalink
style: fix height as 48px for result img
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Feb 20, 2024
1 parent 280694f commit d6cba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/search/scss/_result.scss
Expand Up @@ -7,7 +7,7 @@
}

.search-result-img {
max-height: 48px;
height: 48px;
}

.search-result-content {
Expand Down

0 comments on commit d6cba31

Please sign in to comment.