diff --git a/theatre/studio/src/toolbars/MoreMenu/MoreMenu.tsx b/theatre/studio/src/toolbars/MoreMenu/MoreMenu.tsx index 7dd5633..b208863 100644 --- a/theatre/studio/src/toolbars/MoreMenu/MoreMenu.tsx +++ b/theatre/studio/src/toolbars/MoreMenu/MoreMenu.tsx @@ -63,6 +63,8 @@ const Link = styled(Item)` ` const VersionContainer = styled(Item)` + height: auto; + min-height: 32px; padding-top: 12px; padding-bottom: 10px; flex-direction: column;