Skip to content

Commit

Permalink
All I had to do was add word-break: break-all; (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Mar 12, 2022
1 parent 286457b commit a32329a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/events/event-item.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
.event-description {
margin-top: 24px;
margin-bottom: 24px;
word-break: break-all;
}
.event-description:empty::after {
Expand Down

1 comment on commit a32329a

@vercel
Copy link

@vercel vercel bot commented on a32329a Mar 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.