-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4.0] [Cassiopeia] Large spacing between fieldsets #33548
Comments
I think the history can be found here #29138 and then here joomla/cassiopeia#99 . |
Big spaces between fieldsets are intended and better UX, they separate visually blocks of information. But the descriptions should be inside the fieldset. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33548. |
|
@rjharishabh this is the frontend, cassiopeia. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33548. |
Thanks, now I have understand |
The issue here is NOT the fieldset padding - thats correct. The issue is that field description for a switcher field is outside of the fieldset. |
Contributors, please add the tag "J4 Frontend Template". |
Steps to reproduce the issue
Install demo data, go to the frontend, log in to the system, select Change password / profile in the right menu. Please note that there are very large margins between field sets.
fieldset + fieldset {margin-top: 2em}
and
fieldset {margin-bottom: 2em}
I don't know why this was done, but at the moment, in addition to a visually negative perception (okay, this is not objective), we also get extra indents for parameter descriptions.
The text was updated successfully, but these errors were encountered: