Skip to content

Commit

Permalink
fix: add a controler to label
Browse files Browse the repository at this point in the history
  • Loading branch information
kriptonian1 committed Dec 17, 2024
1 parent bf1e911 commit be96aad
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ function VariablePage({

<div className="grid h-[4.5rem] w-[28.125rem] grid-cols-2 gap-4">
<div className="h-[4.5rem] w-[13.5rem] space-y-2">
<label className="h-[1.25rem] w-[9.75rem] text-base font-semibold" htmlFor="envName">
<label
className="h-[1.25rem] w-[9.75rem] text-base font-semibold"
htmlFor="envName"
>
Environment Name
</label>
<Select
Expand Down

0 comments on commit be96aad

Please sign in to comment.