fix: MenuItem overflow (#9195)

This commit is contained in:
Aswath K 2021-11-29 11:51:01 +05:30 committed by GitHub
parent 4c29436974
commit 669d901176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ const StyledMenu = styled(Menu)`
.${Classes.MENU_ITEM} {
border-radius: 0px;
font-size: 14px;
line-height: ${(props) => props.theme.typography.p2.lineHeight}px;
line-height: ${(props) => props.theme.typography.p1.lineHeight}px;
display: flex;
align-items: center;
height: 30px;