MT#63310 Improve handling of long words in main menu

When the German translation is on, long words
are not readable without moving the side bar.
This commit increases the size of the side
menu and reduces the indent of sub-menus

Change-Id: Idb09587fe58907347f2461d6adc9a2a2706125b7
(cherry picked from commit 0340bd7e3c)
(cherry picked from commit 29d046063b)
mr12.5.1
Debora Crescenzo 4 months ago committed by Crescenzo Debora
parent a793067a5c
commit df1d4f11d3

@ -8,7 +8,7 @@
:key="index + '_childs'" :key="index + '_childs'"
:label="item.label" :label="item.label"
:icon="item.icon" :icon="item.icon"
:content-inset-level="1" :content-inset-level="0.5"
group="cscMainMenu" group="cscMainMenu"
class="text-weight-bold" class="text-weight-bold"
> >

@ -110,7 +110,7 @@
class="bg-main-menu" class="bg-main-menu"
:behavior="drawerBehavior" :behavior="drawerBehavior"
show-if-above show-if-above
:width="280" :width="316"
@mouseleave="minimizeMenu" @mouseleave="minimizeMenu"
@mouseenter="maximizeMenu" @mouseenter="maximizeMenu"
@on-layout="layoutResized" @on-layout="layoutResized"

Loading…
Cancel
Save