Skip to content
Snippets Groups Projects
Commit 178635c4 authored by xaralis's avatar xaralis
Browse files

fix: missing tailwind class

parent 38b718f9
No related branches found
No related tags found
No related merge requests found
Pipeline #6027 passed
......@@ -242,7 +242,7 @@ const RegistrationForm = ({
))}
<div
className={classNames("form-field col-start-1 col-end-4", {
className={classNames("form-field col-span-4 max-w-xs", {
"form-field--error": !!errors.product__58,
})}
>
......@@ -275,7 +275,7 @@ const RegistrationForm = ({
</div>
<Button
className="text-lg max-w-full col-start-1 col-end-3"
className="text-lg max-w-full col-span-2"
bodyClassName="whitespace-no-wrap"
color="black"
type="submit"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment