Skip to content

Commit

Permalink
Merge pull request #396 from depromeet/bugfix/391/plainTextStyle
Browse files Browse the repository at this point in the history
작성 시 스크롤 이상 현상 수정
  • Loading branch information
klmhyeonwoo committed Sep 13, 2024
2 parents c625b62 + 2fe174c commit 11afeb6
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 11afeb6

Please sign in to comment.