Skip to content

Commit d30b74e

Browse files
committed
Fix collapsing button icon sizing
1 parent e8bbdd8 commit d30b74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/common/collapsing-buttons.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ const MenuButton = styled(Icon)`
5656
font-size: ${p => p.theme.textSize};
5757
padding: 5px 10px;
5858
59+
box-sizing: content-box;
60+
5961
&:hover + ${HiddenButtonsContainer} {
6062
opacity: 1;
6163
pointer-events: auto;

0 commit comments

Comments
 (0)