File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/studio/components/interfaces/Auth/Policies/PolicyEditorModal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments