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 ff380fb216)
mr13.4.1
Debora Crescenzo 4 months ago committed by Crescenzo Debora
parent 71a898d281
commit eb446cf039

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

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

Loading…
Cancel
Save