From d33faf370f49c8ca7e95e4032097b61f4a28f9e8 Mon Sep 17 00:00:00 2001
From: William Oldham <wegg7250@gmail.com>
Date: Mon, 11 Mar 2024 18:48:52 +0000
Subject: [PATCH] Bump padding to pb-5 to match top of card

---
 src/components/player/atoms/settings/CaptionSettingsView.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/player/atoms/settings/CaptionSettingsView.tsx b/src/components/player/atoms/settings/CaptionSettingsView.tsx
index 2efe8eb9..d6b39fd5 100644
--- a/src/components/player/atoms/settings/CaptionSettingsView.tsx
+++ b/src/components/player/atoms/settings/CaptionSettingsView.tsx
@@ -231,7 +231,7 @@ export function CaptionSettingsView({ id }: { id: string }) {
       <Menu.BackLink onClick={() => router.navigate("/captions")}>
         {t("player.menus.subtitles.settings.backlink")}
       </Menu.BackLink>
-      <Menu.Section className="space-y-6 pb-4">
+      <Menu.Section className="space-y-6 pb-5">
         <CaptionSetting
           label={t("player.menus.subtitles.settings.delay")}
           max={10}