Skip to content

Commit f6900c4

Browse files
committed
chore: css fixes
1 parent 7fca4fc commit f6900c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ModalSidebarPanel = ({
3636
)}
3737
{children && <div className="fs-13 fw-4 lh-1-5 cn-7">{children}</div>}
3838
</div>
39-
<div className="flexbox-col dc__gap-4">
39+
<div className="flexbox-col dc__gap-4 dc__align-start">
4040
<span className="fs-13 fw-6 lh-20 cn-9">📙 Need help?</span>
4141
<DocLink
4242
docLinkKey={documentationLink}

0 commit comments

Comments
 (0)