Establecer width:auto para las opciones de menú.

This commit is contained in:
Marcos Garcia Nuñez
2019-12-20 20:14:50 +01:00
parent b815680649
commit b6d68df139

View File

@@ -11,7 +11,7 @@ BODY {
margin: 0 !important;
}
ul.ui-menu-child {
ul.ui-menu-list {
white-space: nowrap;
width: auto !important;
}