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
…lossary table (#14469)
* fix: glossary term name get fully truncate for long text
* fix a type issue in explore-page-v1 component
* fix some alignment of text and term icon
* fix the max width of name column in glossary table
* minor change
* minor change
* fix ellipsis issue for table column glossary term
* restrict term icon view based on height instead of width
* remove unwanted class
* revert back w-max-90 class
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
…lossary table (#14469)
* fix: glossary term name get fully truncate for long text
* fix a type issue in explore-page-v1 component
* fix some alignment of text and term icon
* fix the max width of name column in glossary table
* minor change
* minor change
* fix ellipsis issue for table column glossary term
* restrict term icon view based on height instead of width
* remove unwanted class
* revert back w-max-90 class
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Affected module
UI
Describe the bug
UI shows different behaviour: in some environments long glossary term name is truncated, in others - fully replaced with "..."
To Reproduce

Mac OS Safari Version 16.2 (18614.3.7.1.5) - name truncated:
Mac OS Google Chrome Version 119.0.6045.199 - name is replaced:

Expected behavior
Name should be truncated, not replaced with "..."
Version:
Additional context
Problem seams to be in app.less, class
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
The text was updated successfully, but these errors were encountered: