Bug #100922
closedBug top bar backend typo3
0%
Description
Hi,
I found a new problem with the top bar of the typo3 backend, so the problem is when the name of the user is too long, or when using a Super User with a long name, I add a screenshot describing the problem, as is visible the top bar has been at two lines in case of the name is very long.
This is a regression from the previous version 10.
As a solution, I just make a small change in the CSS
.t3js-scaffold-header{
flex-direction: column;
}
Files
Updated by Benni Mack over 1 year ago
- Sprint Focus changed from Stabilization Sprint to On Location Sprint
Updated by Riccardo De Contardi over 1 year ago
I would prefer a max-width and text-overflow:ellipsis
Updated by Riccardo De Contardi 8 months ago
As far as I can see this issue affects only TYPO3 11 but it seems it is solved on TYPO3 12 and 13
Updated by Riccardo De Contardi 6 months ago
- Status changed from New to Closed
As TYPO3 11 is in "priority bugfix" mode I am closing this issue for now
If you think that this is the wrong decision please reopen it or open a new issue with a reference to this one. Thank you.