Skip to content

Commit 0a2ee6b

Browse files
committed
fix spacing
1 parent 126603c commit 0a2ee6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/SnippetModal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const SnippetModal: React.FC<Props> = ({
2424

2525
return ReactDOM.createPortal(
2626
<div className="modal-overlay">
27-
<div className="modal | flow" data-flow-space="lg">
28-
<div className="modal__header">
29-
<h2 className="section-title">{snippet.title}</h2>
27+
<div className="modal | flow" data-flow-space="lg">
28+
<div className="modal__header">
29+
<h2 className="section-title">{snippet.title}</h2>
3030
<Button isIcon={true} onClick={handleCloseModal}>
3131
<CloseIcon />
3232
</Button>

0 commit comments

Comments
 (0)