Header mobile not showing menu and searchbox when username is too long

Description

There is a problem with a long username and the header on mobile and the system is hidding the menu and the search box.

I solve it putting on the desktop.css.dsp changing
.desktop-user-panel.mobile .desktop-header-font.desktop-header-username {
font-weight: 600;

}
for
.desktop-user-panel.mobile .desktop-header-font.desktop-header-username {
font-weight: 300;
clear: both;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created August 20, 2021 at 12:37 PM
Updated October 1, 2021 at 2:46 PM
Resolved August 30, 2021 at 12:14 PM