Skip to content

Commit

Permalink
Merge pull request #1514 from openworld-community/hotfix/demo/release…
Browse files Browse the repository at this point in the history
…-2024-11-27-3

Fix break-word on card preview
  • Loading branch information
il12 authored Dec 5, 2024
2 parents 796cc81 + 5c73569 commit 6a90aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/search/EventPreviewCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ const { sendAnalytics } = useSendTrackingEvent();
//TODO: пока верстка только мобилки
max-width: 480px;
overflow-wrap: break-word;
word-break: break-word;
font-size: var(--font-size-ML);
font-weight: var(--font-weight-bold);
line-height: 2.4rem;
Expand Down

0 comments on commit 6a90aa9

Please sign in to comment.