Skip to content

Commit 3681003

Browse files
style: change margin value for the documentaion button in PolicyEdito… (supabase#29229)
style: change margin value for the documentaion button in PolicyEditorModal Co-authored-by: Mohammed Yasin Mulla <yasinspy1999@gmail.com>
1 parent cf04f86 commit 3681003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/studio/components/interfaces/Auth/Policies/PolicyEditorModal/PolicyEditorModalTitle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ const PolicyEditorModalTitle = ({
5151
<h4 className="truncate" title={getTitle()}>
5252
{getTitle()}
5353
</h4>
54-
<div className="flex items-center gap-x-2">
54+
<div className="flex items-center gap-x-2 pr-6">
5555
{showAssistantPreview && view === POLICY_MODAL_VIEWS.EDITOR && (
5656
<Button type="default" icon={<FlaskConical />} onClick={onToggleFeaturePreviewModal}>
5757
Try Supabase Assistant
5858
</Button>
5959
)}
60-
<Button asChild type="default" icon={<ExternalLink />}>
60+
<Button asChild type="default" icon={<ExternalLink size={14} />} className="mt-[-4px]">
6161
<a
6262
href="https://supabase.com/docs/learn/auth-deep-dive/auth-policies"
6363
target="_blank"

0 commit comments

Comments
 (0)