Skip to content

Commit

Permalink
fix(form-control): nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
RyushiAok committed Oct 27, 2024
1 parent 910e034 commit fb8eaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<WizVStack
nowrap
:style="{
paddingBottom: error === undefined ? THEME.fontSize.sm : undefined,
}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const FormControl: FC<Props> = ({
return (
<FormControlContext.Provider value={{ error: error !== undefined }}>
<WizVStack
nowrap
style={{
...style,
paddingBottom: error === undefined ? THEME.fontSize.sm : undefined,
Expand Down

0 comments on commit fb8eaad

Please sign in to comment.