From 10b4d82ce596297c21b162b46d40640aa85fba59 Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:38:52 -0400 Subject: [PATCH] chore: Address feedback link padding --- .../components/dialog/command-bar-dialog.module.css | 7 +++++++ src/components/command-bar/components/dialog/footer.tsx | 1 + 2 files changed, 8 insertions(+) diff --git a/src/components/command-bar/components/dialog/command-bar-dialog.module.css b/src/components/command-bar/components/dialog/command-bar-dialog.module.css index 657abcfbb3..6c6ef68cf5 100644 --- a/src/components/command-bar/components/dialog/command-bar-dialog.module.css +++ b/src/components/command-bar/components/dialog/command-bar-dialog.module.css @@ -153,6 +153,9 @@ min-height: 52px; padding: 16px; + /* Accounts for extra feedback link padding */ + padding-left: 24px; + @media (--dev-dot-mobile) { justify-content: flex-end; } @@ -173,3 +176,7 @@ display: flex; gap: 4px; } + +.feedbackLink { + padding: 8px; +} diff --git a/src/components/command-bar/components/dialog/footer.tsx b/src/components/command-bar/components/dialog/footer.tsx index 51a44c80dc..2531046352 100644 --- a/src/components/command-bar/components/dialog/footer.tsx +++ b/src/components/command-bar/components/dialog/footer.tsx @@ -50,6 +50,7 @@ const CommandBarDialogFooter = () => {