1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-17 02:06:39 +00:00

fix: make search result card block

This commit is contained in:
Jacky Zhao 2024-01-23 17:08:52 -08:00
parent 5fb203a6df
commit fa6c02d321

View File

@ -94,6 +94,7 @@
border: 1px solid var(--lightgray); border: 1px solid var(--lightgray);
border-bottom: none; border-bottom: none;
width: 100%; width: 100%;
display: block;
// normalize card props // normalize card props
font-family: inherit; font-family: inherit;