IDEMPIERE-4927 Header mobile not showing menu and searchbox when username is too long (#851)

* IDEMPIERE-4927 Header mobile not showing menu and searchbox when username is too long

* IDEMPIERE-4927 Header mobile not showing menu and searchbox when username is too long / peer review

Co-authored-by: a_lara <alara@ghintech.com>
This commit is contained in:
Carlos Ruiz 2021-08-30 14:14:32 +02:00 committed by GitHub
parent 96baf0b7cd
commit a9170b4444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -56,5 +56,5 @@ Copyright (C) 2007 Ashley G Ramdass (ADempiere WebUI).
<!-- this js module doesn't actually exists and it is here for default theme version -->
<!-- since loading of js module is on demand, it doesn't cause any error as long as you don't try to load it -->
<javascript-module name="idempiere.theme.default" version="202108071211" />
<javascript-module name="idempiere.theme.default" version="202108252028" />
</language>

View File

@ -58,7 +58,11 @@
float: right;
}
.desktop-user-panel.mobile .desktop-header-font.desktop-header-username {
font-weight: 600;
font-weight: 300;
clear: both;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}
.desktop-layout {