Skip to content

Commit

Permalink
fix(search): Fix super-inconsistent preview widths in search previews (
Browse files Browse the repository at this point in the history
…#1677)

Don't know if this was uncovered by my local setup or just nobody
noticed, but page previews were pretty wonky for me
  • Loading branch information
necauqua authored Dec 30, 2024
1 parent 46adb35 commit d9e36e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quartz/components/styles/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
}

& > #preview-container {
flex-grow: 1;
display: block;
overflow: hidden;
font-family: inherit;
Expand Down

0 comments on commit d9e36e6

Please sign in to comment.