Skip to content

Commit 1cfdb76

Browse files
authored
fix(ui): Drop shadow overlaped error text, now it doesn't (#961)
Fixes #960 ![image](https://github.com/user-attachments/assets/7684c891-b03f-4b9c-83f8-6d4f0f76328f) Even with other error messages ![image](https://github.com/user-attachments/assets/01154a78-e57c-40f8-a523-1d15a4f82e0f)
1 parent 7253a5a commit 1cfdb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/islands/new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function CreateScope(
192192

193193
return (
194194
<>
195-
<form class="flex flex-wrap gap-4 items-center" onSubmit={onSubmit}>
195+
<form class="flex flex-wrap gap-4 items-center mb-2" onSubmit={onSubmit}>
196196
<label class="flex items-center w-full md:w-full input-container pl-4 py-[2px] pr-[2px]">
197197
<span>@</span>
198198
<input

0 commit comments

Comments
 (0)