Skip to content

Commit

Permalink
Merge branch 'dev' into Hotfix/#222_드래그하고_입력할때_텍스트_안지워지는_문제_해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovico7 authored Nov 27, 2024
2 parents 53816a7 + 3d909c3 commit 662557f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/features/editor/components/block/Block.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const textContainerStyle = cva({
...baseTextStyle,
position: "relative",
wordBreak: "break-word",
overflowWrap: "break-word",
whiteSpace: "pre-wrap",
"&:empty::before": {
color: "gray.300",
Expand Down

0 comments on commit 662557f

Please sign in to comment.