Bug #95658
closed
Missing padding in nested form engine fields
Added by Nikita Hovratov about 3 years ago.
Updated 6 months ago.
Category:
Backend User Interface
Description
Link (if having styleguide installed): /typo3/record/edit?edit[tx_styleguide_elements_group]1=edit
Files
The issue lies within the legacy.scss:
&-body {
@extend .card-body !optional;
}
All first-child elements get margin-top removed and last-child margin-bottom.
- Status changed from New to Needs Feedback
Is it still true on 13.2.0-dev?
On /Build/Sources/Sass/_legacy.scss i can't find the lines
&-body {
@extend .card-body !optional;
}
Nor I can find the class .card-body
itself
- Status changed from Needs Feedback to Closed
I close this issue as solved
TCA seems to utilize .panel-body
instead of .card-body
now.
If you think that this is the wrong decision or experience the issue again on TYPO3 12 or 13 please open a new issue
Thank you
Also available in: Atom
PDF