-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: group form in examples #1112
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ciao @astagi. Ho solo notato che c'è una stranezza. Alcune varianti hanno una classe .m-3
applicata al tag form
che applica un margine interno.
Ora che c'è la legend sopra si vede bene la differenza. Es. Checkbox, guarda la distanza tra legende e checkboxes, e l'allineamento a sinistra di queste:
@Fupete dici è il caso di togliere quel margine .m-3? |
O lo leviamo o si mette a tutte le varianti, anche in BSI... c'è da studiarci. Io proporrei di toglierlo poi si vede successivamente se riaggiungere via css dello spazio dovunque in caso sotto la legend. |
9543a93
to
c38856f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1112 +/- ##
==========================================
- Coverage 97.34% 97.34% -0.01%
==========================================
Files 357 357
Lines 25309 25305 -4
Branches 1687 1688 +1
==========================================
- Hits 24637 24633 -4
Misses 670 670
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fixes #
PR Checklist
main
branch.Short description of what this resolves:
Changes proposed in this Pull Request: