Actions
Bug #100922
closedBug top bar backend typo3
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-05-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
On Location Sprint
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
Actions