Skip to content

Commit 629225f

Browse files
committed
fix: Align the new application separator right edge properly
1 parent 5003d8e commit 629225f

File tree

1 file changed

+3
-1
lines changed
  • src/features/instance/applications/components/NewApplication

1 file changed

+3
-1
lines changed

src/features/instance/applications/components/NewApplication/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ export function NewApplication() {
143143
</TabsTrigger>
144144
</TabsList>
145145

146-
<Separator className="bg-black mx-6 mt-1" />
146+
<div className="mx-6 mt-1">
147+
<Separator className="bg-black" />
148+
</div>
147149

148150
<TabsContent value="template" className="space-y-4">
149151
<TemplateInstructions

0 commit comments

Comments
 (0)