Skip to content

Commit

Permalink
* form: change gap of required mark in horizontal form.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jan 5, 2024
1 parent 50fdba6 commit 43f7da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/form/src/style/form-horz.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@apply -absolute -left-0 -top-0 -pr-2 -pl-4 -justify-end -w-[--form-horz-label-width];
}
.form-horz .form-label.required::after {
@apply -order-first -ml-0 -mr-1;
@apply -order-first -ml-0;
}

.form-horz .form-tip {
Expand Down

0 comments on commit 43f7da5

Please sign in to comment.