Project

General

Profile

Actions

Bug #95658

closed

Missing padding in nested form engine fields

Added by Nikita Hovratov almost 3 years ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-10-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Link (if having styleguide installed): /typo3/record/edit?edit[tx_styleguide_elements_group]1=edit


Files

formengine-nested-group.png (19.5 KB) formengine-nested-group.png Nikita Hovratov, 2021-10-14 18:56

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Epic #95236: Backend UI layout issuesClosed2019-09-03

Actions
Actions #1

Updated by Nikita Hovratov almost 3 years ago

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.

Actions #2

Updated by Nikita Hovratov almost 3 years ago

  • Related to Epic #95236: Backend UI layout issues added
Actions #3

Updated by Riccardo De Contardi about 2 months ago ยท Edited

  • 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

Actions #4

Updated by Riccardo De Contardi about 1 month ago

  • 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

Actions

Also available in: Atom PDF