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:
parent
96baf0b7cd
commit
a9170b4444
|
@ -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 -->
|
<!-- 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 -->
|
<!-- 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>
|
</language>
|
||||||
|
|
|
@ -58,7 +58,11 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.desktop-user-panel.mobile .desktop-header-font.desktop-header-username {
|
.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 {
|
.desktop-layout {
|
||||||
|
|
Loading…
Reference in New Issue