Merge branch 'ent-7193-submenu-ocultado-en-arbol-de-discovery' into 'develop'

fixed visual error

See merge request artica/pandorafms!3939
This commit is contained in:
Daniel Rodriguez 2021-03-25 14:08:35 +00:00
commit 26577095d7
2 changed files with 9 additions and 1 deletions

View File

@ -50,7 +50,7 @@
width: 100%;
}
li:hover ul {
.menu_full li:hover ul {
display: block;
}

View File

@ -165,3 +165,11 @@ ul.wizard li > textarea {
justify-content: space-evenly !important;
flex: 1 1 auto;
}
ul.wizard li.mrgn_0px {
margin: 0;
}
ul.wizard li.pdd_0px {
padding: 0;
}