Skip to content

Commit

Permalink
fix: #391 Fixed Plain Text Container Style
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Sep 13, 2024
1 parent 1b89d40 commit 2fe174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/component/write/phase/Write.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export function Write() {
display: flex;
flex-direction: column;
row-gap: 0.8rem;
height: 100%;
flex: 1;
`}
>
{data?.questions.map((item) => {
Expand Down

0 comments on commit 2fe174c

Please sign in to comment.