Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2492 from teamleadercrm/FIX_no-overflow-on-toasts
Browse files Browse the repository at this point in the history
[FIX] Break long words in order to prevent text overflow
  • Loading branch information
JorenSaeyTL authored Dec 16, 2022
2 parents 4c20364 + db7b1ba commit 1b3311e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

### Dependency updates

## [18.2.2]

### Fixed

- `Toast`: Break long words to prevent text overflow ([@JorenSaeyTL](https://github.com/JorenSaeyTL)) in ([#2492](https://github.com/teamleadercrm/ui/pull/2492))

## [18.2.1] - 2022-12-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamleader/ui",
"description": "Teamleader UI library",
"version": "18.2.1",
"version": "18.2.2",
"author": "Teamleader <[email protected]>",
"bugs": {
"url": "https://github.com/teamleadercrm/ui/issues"
Expand Down
1 change: 1 addition & 0 deletions src/components/toast/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
display: flex;
align-items: center;
position: relative;
word-break: break-word;

.action-link {
font-family: var(--font-family-inter);
Expand Down

0 comments on commit 1b3311e

Please sign in to comment.