Skip to content

Commit

Permalink
Removed .eui-textOverflowWrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 4, 2022
1 parent 793b2a8 commit 5763463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions src/global_styling/utility/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
word-break: normal !important;
}

// TODO: 7/23 DEPRECATE in favor of .eui-textBreakWord now that it's working as intended
.eui-textOverflowWrap {
@include internetExplorerOnly {
word-break: break-all !important;
}
overflow-wrap: break-word !important;
}

.eui-textTruncate {
@include euiTextTruncate;
}
Expand Down
1 change: 1 addition & 0 deletions upcoming_changelogs/5868.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- Removed condensed `display` prop from `EuiTabs` & `EuiTabbedContent` - this visual appearance is no longer used in Amsterdam
- Removed `descriptionDisplay` and `labelDisplay` props from `EuiSuggestItem` - use `truncate` and `labelWidth` instead, respectively
- Removed `.euiButton---subdued` className and `$euiButtonTypes.subdued` Sass variable - use `text` color instead
- Removed `.eui-textOverflowWrap` - use `.eui-textBreakWord` instead

0 comments on commit 5763463

Please sign in to comment.