Skip to content

Commit

Permalink
fix: #75 Fix fix-content modal problem
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Aug 6, 2024
1 parent 156d82a commit b4a5890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/component/write/modal/TemporarySaveModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export function TemporarySaveModal({ confirm, quit, title = "회고 작성을
>
<div
css={css`
display: table;
margin: auto;
width: 100%;
height: fit-content;
max-width: 46rem;
Expand Down

0 comments on commit b4a5890

Please sign in to comment.