Added more css text utilities#1092
Merged
Merged
Conversation
- Moved properties from `.eui-textTruncate` into a mixin and including that mixin in the utility class - Added `.eui-textBreakNormal` in case consumers need to override a applied `word-break: break-all` - Using the above class on props doc table contents to fix elastic#678
Contributor
chandlerprall
left a comment
There was a problem hiding this comment.
LGTM but I'll defer to @snide to approve :)
snide
approved these changes
Aug 7, 2018
Contributor
snide
left a comment
There was a problem hiding this comment.
Thanks for fixing this one. Was so annoying.
| - Added `repositionOnScroll` prop to `EuiPopover` which enables repositioning the popover when the window is scrolled. ([#1064](https://github.com/elastic/eui/pull/1064)) | ||
| - Allow `_` and `*` characters to be used in `EuiSearchBar` query terms ([#1058](https://github.com/elastic/eui/pull/1058)) | ||
| - Added more `status` options for `EuiSteps` ([#1088](https://github.com/elastic/eui/pull/1088)) | ||
| - Added more `.eui-textBreakNormal` and `@mixin euiTextTruncate` as CSS/SASS utilities ([#1092](https://github.com/elastic/eui/pull/1092)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.eui-textTruncateinto a mixin and including that mixin in the utility class.eui-textBreakNormalin case consumers need to override a appliedword-break: break-all