PMCORE-2610:Option menu is very large when the menu bar is collapse

This commit is contained in:
fabio
2020-12-22 17:11:54 -04:00
parent 122847287c
commit b60d6098f4

View File

@@ -390,4 +390,8 @@
.v-sidebar-menu .vsm--arrow.vsm--arrow_open-rtl {
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(270deg) !important;
}
.vsm--mobile-item {
max-width: 200px !important;
}