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
Updated by Riccardo De Contardi 11 months ago
- Category set to Backend User Interface
Updated by Oliver Bartsch 11 months ago
- Is duplicate of Bug #101949: Filelist refactor display in the backend added
Updated by Oliver Bartsch 11 months ago
- Status changed from New to Closed
Hi, thanks for reporting this issue. There is already another issue for this bug (#101949). I'll therefore close this as duplicate. In case you want to add further information, please continue in the corresponding issue.
Best, Oli
Actions