Skip to content

Commit cfafb15

Browse files
committed
fixup! fixup! ✨(frontend) add onboarding modal with help menu button
1 parent fbaa9dc commit cfafb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/left-panel/components/LeftPanelHelpMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const LeftPanelHelpMenu = () => {
3232
<Box
3333
$css={css`
3434
.c__dropdown-menu-trigger {
35-
display: flex;
35+
width: fit-content;
3636
justify-content: flex-start;
3737
}
3838
`}

0 commit comments

Comments
 (0)