Skip to content

Commit

Permalink
fix: issue on dependencies auro-select for matchWidth for the value t…
Browse files Browse the repository at this point in the history
…ext to much long

Change to be committed:
modified: package.json
modified: src/style.scss
  • Loading branch information
irma-kurnia-alaska authored and jason-capsule42 committed Mar 5, 2024
1 parent 91e9552 commit 996654b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.scss
Expand Up @@ -26,6 +26,7 @@
color: var(--ds-color-text-secondary-default, $ds-color-text-secondary-default);
font-size: var(--ds-text-body-size-xs, $ds-text-body-size-xs);
line-height: var(--ds-text-body-size-default, $ds-text-body-size-default);
white-space: normal;
}

.trigger {
Expand Down Expand Up @@ -59,7 +60,10 @@
}

.triggerContentWrapper {
overflow: hidden;
flex: 1;
text-overflow: ellipsis;
white-space: nowrap;
}

#showStateIcon {
Expand Down

0 comments on commit 996654b

Please sign in to comment.