Skip to content

Commit

Permalink
chore: Address feedback link padding
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod committed Sep 3, 2024
1 parent d419bbe commit 10b4d82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -173,3 +176,7 @@
display: flex;
gap: 4px;
}

.feedbackLink {
padding: 8px;
}
1 change: 1 addition & 0 deletions src/components/command-bar/components/dialog/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const CommandBarDialogFooter = () => {
</div>
<div>
<StandaloneLink
className={s.feedbackLink}
color="secondary"
href={FEEDBACK_FORM_URL}
icon={<IconExternalLink16 />}
Expand Down

0 comments on commit 10b4d82

Please sign in to comment.