Actions
Bug #95347
closedMissing margins in BE login form
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-09-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Several elements in the backend login form are missing margins.
This can be seen particularly well after entering a wrong MFA code:
Error message, input field, submit button and "Go back" link have no vertical margin at all.
Updated by Robert Kärner about 3 years ago
TYPO3 v10 is using a Bootstrap panel for the login form, so it isn't affected.
TYPO3 v11 switched to a Bootstrap card, and cards are styled like this:
.card-body { *:first-child { margin-top: 0; } *:last-child { margin-bottom: 0; } }
So margins are removed in cards for all first and last elements recursively.
Updated by Paul Hansen about 3 years ago
- Related to Bug #95220: Missing padding at login for password reset added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71427
Updated by Oliver Bartsch about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 61f0c2ee3ef3b77c57730af709f6758d24a518cd.
Actions