popups: Fix icon menu icon size

This commit is contained in:
Rafael Mardojai CM 2023-11-22 11:00:02 -05:00 committed by Rafael Mardojai CM
parent aec3be0098
commit bde4732bcb
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ menuitem[disabled="true"]:hover, menupopup menu[disabled="true"]:hover {
background: transparent !important; background: transparent !important;
} }
.menu-iconic-icon {
padding: 0 !important;
}
/* Adjust popovers position */ /* Adjust popovers position */
panel[type=arrow] { panel[type=arrow] {
margin-top: 8px !important; margin-top: 8px !important;