Skip to content

Commit e0c31e0

Browse files
graceparkdocubot
andauthored
update padding bottom (#23580)
Co-authored-by: docubot <67483024+docubot@users.noreply.github.com>
1 parent dc0d22f commit e0c31e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function ShowSearchResults({
370370
isHeaderSearch && 'overflow-auto'
371371
)}
372372
>
373-
<div className="mt-4 pb-6 width-full border-bottom">
373+
<div className="mt-4 pb-4 width-full border-bottom">
374374
<p className={cx(styles.searchWording, 'f6 ml-4 d-inline-block')}>
375375
You're searching the <strong>{searchVersion}</strong> version.
376376
</p>

0 commit comments

Comments
 (0)