Skip to content

Commit a4625ed

Browse files
fix(signup-form): space in Trans parts
1 parent ca89c64 commit a4625ed

File tree

1 file changed

+1
-1
lines changed
  • src/app/[lng]/(auth-ui)/signup/_components

1 file changed

+1
-1
lines changed

src/app/[lng]/(auth-ui)/signup/_components/form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function SignUpForm() {
119119
<div className="flex flex-col">
120120
<Label
121121
htmlFor="tos"
122-
className="flex"
122+
className="flex whitespace-pre-wrap"
123123
color={
124124
isInvalid && validationError.fieldErrors.tos
125125
? "failure"

0 commit comments

Comments
 (0)