Skip to content

Commit

Permalink
fix: horizontal attr for listbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi committed Sep 29, 2023
1 parent 94538da commit af60b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/apps/tokens/SecretTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,11 @@ const CreateServiceTokenDialog = (props: { organisationId: string; appId: string
onChange={setEnvScope}
multiple
name="environments"
horizontal
>
{({ open }) => (
<>
<Listbox.Label as={Fragment} horizontal>
<Listbox.Label as={Fragment}>
<label
className="block text-gray-700 text-sm font-bold mb-2"
htmlFor="name"
Expand Down

0 comments on commit af60b92

Please sign in to comment.