Actions
Bug #104008
openScheduler Module - Misaligned checkbox on Task List
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2024-06-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As far as I can see there is a visual glitch on the Scheduler Module > Scheduled Task List - the checkbox is no more aligned with the rest of the table
Affects TYPO3 12 and 13 (but not 11)
See attached screenshot
Solution: add the class "align-top" to the cell with the checkbox
<td class="col-checkbox align-top">
Files
Updated by Gerrit Code Review 6 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84536
Updated by Gerrit Code Review about 1 month ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84536
Actions