fix(search): Fix super-inconsistent preview widths in search previews (#1677)

Don't know if this was uncovered by my local setup or just nobody
noticed, but page previews were pretty wonky for me
This commit is contained in:
Anton Bulakh 2024-12-30 19:55:53 +02:00 committed by GitHub
parent 46adb35966
commit d9e36e60d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,6 +151,7 @@
}
& > #preview-container {
flex-grow: 1;
display: block;
overflow: hidden;
font-family: inherit;