We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5463a commit 319850aCopy full SHA for 319850a
frontend/routes/@[scope]/(_islands)/ScopeInviteForm.tsx
@@ -58,7 +58,7 @@ export function ScopeInviteForm(props: ScopeInviteFormProps) {
58
<select
59
name="kind"
60
id="kind-select"
61
- class="inline-block text-base px-2 py-1.5 input-container input rounded-r-none border-r-0"
+ class="inline-block w-36 px-3 py-1.5 input-container select border-r-0 rounded-r-none"
62
disabled={submitting}
63
onChange={(e) => {
64
if (kind.value !== e.currentTarget.value) {
0 commit comments