-
Notifications
You must be signed in to change notification settings - Fork 138
fix (core/tab-item): show ellipsed text for layout=stretched (Ix-68) #2680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -115,6 +115,11 @@ | |
| flex-basis: 100%; | ||
| width: 100%; | ||
| @include text-truncation.ellipsis; | ||
|
|
||
| div { | ||
| max-width: 100%; | ||
| @include text-truncation.ellipsis; | ||
| } | ||
|
Comment on lines
+118
to
+122
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win Add a changeset for this user-facing styling fix. This changes visible tab behavior and addresses a user-impacting bug. Add a changeset scoped to the affected core package, or explicitly justify why the change is internal-only. As per path instructions, changesets are required for “styling/theming changes” and “bug fixes with user impact.” 🤖 Prompt for AI AgentsSource: Path instructions 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Add regression coverage for actual truncation. The supplied test at As per path instructions, 🤖 Prompt for AI AgentsSource: Path instructions |
||
| } | ||
|
|
||
| :host(.selected:not(.disabled)) { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ellipsis truncation on the host can be removed i think