Skip to content

Commit

Permalink
fix: form does not take effect in vertical layout
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Oct 18, 2024
1 parent 6f3d509 commit bfe3ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function autofocus() {
'mr-2 flex-shrink-0 justify-end': !isVertical,
'flex-row': isVertical,
},
!isVertical && labelClass,
labelClass,
)
"
:help="help"
Expand Down

0 comments on commit bfe3ab9

Please sign in to comment.