We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca89c64 commit a4625edCopy full SHA for a4625ed
src/app/[lng]/(auth-ui)/signup/_components/form.tsx
@@ -119,7 +119,7 @@ export function SignUpForm() {
119
<div className="flex flex-col">
120
<Label
121
htmlFor="tos"
122
- className="flex"
+ className="flex whitespace-pre-wrap"
123
color={
124
isInvalid && validationError.fieldErrors.tos
125
? "failure"
0 commit comments