Skip to content

Commit 319850a

Browse files
fix
1 parent fe5463a commit 319850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/routes/@[scope]/(_islands)/ScopeInviteForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function ScopeInviteForm(props: ScopeInviteFormProps) {
5858
<select
5959
name="kind"
6060
id="kind-select"
61-
class="inline-block text-base px-2 py-1.5 input-container input rounded-r-none border-r-0"
61+
class="inline-block w-36 px-3 py-1.5 input-container select border-r-0 rounded-r-none"
6262
disabled={submitting}
6363
onChange={(e) => {
6464
if (kind.value !== e.currentTarget.value) {

0 commit comments

Comments
 (0)