You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiline Fade has a long word at the end it has the potential to wrap that entire word and the fade will not be visible.
An idea to fix that might be adding hyphenation - symbol and adding small offset to cover it up. See reproduction URL.
I don't think this is something we should have out of the box as this relies on lang attribute on html and I'm not sure we want to force hyphenation on everybody. So this is something to think about, maybe just an example on the demo would be enough.
Taiga UI version
4
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered:
Reproduction url
https://stackblitz.com/edit/angular-co2a63ni
Description
If multiline
Fade
has a long word at the end it has the potential to wrap that entire word and the fade will not be visible.An idea to fix that might be adding hyphenation
-
symbol and adding small offset to cover it up. See reproduction URL.I don't think this is something we should have out of the box as this relies on
lang
attribute onhtml
and I'm not sure we want to force hyphenation on everybody. So this is something to think about, maybe just an example on the demo would be enough.Taiga UI version
4
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered: