Skip to content

Commit

Permalink
fix: Long URL wrapping in editor (#2552)
Browse files Browse the repository at this point in the history
* fix: Long URL wrapping in editor

* fix: Long URL wrapping in editor
  • Loading branch information
ianjon3s authored Dec 12, 2023
1 parent 35bb5d1 commit f9785de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor.planx.uk/src/ui/RichTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const RichContentContainer = styled(Box)(({ theme }) => ({
display: "flex",
flexDirection: "column",
justifyContent: "center",
wordBreak: "break-word",
"& a": {
color: "currentColor",
},
Expand Down

0 comments on commit f9785de

Please sign in to comment.