We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7253a5a commit 1cfdb76Copy full SHA for 1cfdb76
frontend/islands/new.tsx
@@ -192,7 +192,7 @@ function CreateScope(
192
193
return (
194
<>
195
- <form class="flex flex-wrap gap-4 items-center" onSubmit={onSubmit}>
+ <form class="flex flex-wrap gap-4 items-center mb-2" onSubmit={onSubmit}>
196
<label class="flex items-center w-full md:w-full input-container pl-4 py-[2px] pr-[2px]">
197
<span>@</span>
198
<input
0 commit comments