DropdownItem doesn't use ellipsis for text overflow#474
Merged
Conversation
Contributor
|
Thanks for making this fix! 👍 ✅ |
joshblack
pushed a commit
to joshblack/carbon
that referenced
this pull request
May 2, 2019
joshblack
pushed a commit
to joshblack/carbon
that referenced
this pull request
May 8, 2019
paul-palade
added a commit
to paul-palade/carbon
that referenced
this pull request
May 25, 2026
Submitting 2 new UI icons from June 2026 and updated categories. Updated master file. All additions and updates approved by BXD. Addressing issues carbon-design-system#474, 475 and carbon-design-system#476 in brand/ui-icons. ### Changelog **New** `Systems` - [x] 32/coupling-facility.svg - [x] 32/zos--partition.svg **Updated** `Systems` - 32/coupling-facility-encryption.svg Updated aliases in icons.yml
paul-palade
added a commit
to paul-palade/carbon
that referenced
this pull request
May 25, 2026
Submitting 2 new UI icons from June 2026 and updated categories. Updated master file. All additions and updates approved by BXD. Addressing issues carbon-design-system#474, 475 and carbon-design-system#476 in brand/ui-icons. ### Changelog **New** `Systems` - [x] 32/coupling-facility.svg - [x] 32/zos--partition.svg **Updated** `Systems` - 32/coupling-facility-encryption.svg Updated aliases in icons.yml
iamnexxed
pushed a commit
to iamnexxed/carbon
that referenced
this pull request
May 29, 2026
* feat(icons): new Icons June 2026 Submitting 2 new UI icons from June 2026 and updated categories. Updated master file. All additions and updates approved by BXD. Addressing issues carbon-design-system#474, 475 and carbon-design-system#476 in brand/ui-icons. ### Changelog **New** `Systems` - [x] 32/coupling-facility.svg - [x] 32/zos--partition.svg **Updated** `Systems` - 32/coupling-facility-encryption.svg Updated aliases in icons.yml * Fixed rendering issue (Systems): 32/coupling-facility.svg Updating 1 UI icon from June 2026 and updated categories. All additions and updates approved by BXD. ### Changelog **Updated** `Systems` - [x] 32/coupling-facility.svg Fixed rendering issue with the SVG vector displaying broken line. * Update packages/icons/icons.yml Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com> * chore: update snapshots --------- Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com> Co-authored-by: Mahmoud <maradwan26@gmail.com>
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.
Fixes #473
Overview
Resolves #473
DropdownItem wasn't using ellipsis. As a result, long texts were displaying outside the menu box.

Added
Added ellipsis for text overflow
Testing / Reviewing
Tried the CSS in Chrome dev inspector and fixed the overflow problem.
