Web: Components: ContextMenu: Added left padding for arrow icon

This commit is contained in:
Ilya Oleshko 2022-02-16 15:22:46 +03:00
parent 638390de68
commit 80f97ef50d

View File

@ -124,6 +124,7 @@ const StyledContextMenu = styled.div`
.p-submenu-icon {
margin-left: auto;
padding-left: 8px;
}
.p-contextmenu-enter {