We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0d22f commit e0c31e0Copy full SHA for e0c31e0
1 file changed
components/Search.tsx
@@ -370,7 +370,7 @@ function ShowSearchResults({
370
isHeaderSearch && 'overflow-auto'
371
)}
372
>
373
- <div className="mt-4 pb-6 width-full border-bottom">
+ <div className="mt-4 pb-4 width-full border-bottom">
374
<p className={cx(styles.searchWording, 'f6 ml-4 d-inline-block')}>
375
You're searching the <strong>{searchVersion}</strong> version.
376
</p>
0 commit comments