Fixed #4870 - Menu components: width changed as min-width

This commit is contained in:
tugcekucukoglu 2023-11-23 10:25:58 +03:00
parent 0fca13d789
commit 8c76a94df0
60 changed files with 356 additions and 344 deletions

View file

@ -76,6 +76,10 @@ const css = `
.p-megamenu-vertical {
flex-direction: column;
}
.p-megamenu-vertical:not(.p-megamenu-mobile) {
display: inline-flex;
}
.p-megamenu-vertical .p-megamenu-root-list {
flex-direction: column;