Bug #104008
Updated by Riccardo De Contardi 6 months ago
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
<pre>
<td class="col-checkbox align-top">
</pre>