Actions
Bug #102710
closedLabel for field at inline element media does not look well
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-12-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
the label, in this case "Dateiname" looks ugly.
<dl class="row row-cols-auto">
<dt class="col-1">Dateiname</dt>
<dd class="col text-truncate">Akademie-peopleimages-istock.jpg</dd>
<div class="w-100"></div>
</dl>
The reason could be the class "col-1", that seems to tight? Additional a "text-truncate" is to consider?
You can find this at:
public/typo3/sysext/core/Classes/Resource/Service/UserFileInlineLabelService.php line 70
The issue appearce at TYPO3 11 and 12.
Files
Actions