Skip to content

Commit

Permalink
Merge pull request #613 from wri/editdataset
Browse files Browse the repository at this point in the history
[ODP-402] update url field
  • Loading branch information
luccasmmg authored Dec 18, 2024
2 parents 34b8cf5 + a407166 commit 5e6408f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ export function OverviewForm({
disabled={editing}
placeholder="name-of-dataset"
type="text"
className="pl-[5.2rem] sm:pl-[5rem] md:pl-[4.9rem] lg:pl-[4.8rem]"
className="pl-[5.9rem] sm:pl-[5.6rem] md:pl-[5.2rem] lg:pl-[5.4rem]"
>
<span className="absolute inset-y-0 left-5 flex items-center pr-3 sm:text-sm sm:leading-6">
/dataset/
/datasets/
</span>
</Input>
<ErrorDisplay name="name" errors={errors} />
Expand Down

0 comments on commit 5e6408f

Please sign in to comment.