fix: MenuItem overflow (#9195)
This commit is contained in:
parent
4c29436974
commit
669d901176
|
|
@ -58,7 +58,7 @@ const StyledMenu = styled(Menu)`
|
||||||
.${Classes.MENU_ITEM} {
|
.${Classes.MENU_ITEM} {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: ${(props) => props.theme.typography.p2.lineHeight}px;
|
line-height: ${(props) => props.theme.typography.p1.lineHeight}px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user