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:
parent
46adb35966
commit
d9e36e60d1
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& > #preview-container {
|
& > #preview-container {
|
||||||
|
flex-grow: 1;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue