Skip to content

Commit

Permalink
fix(input-dropdown): placeholder text gets wrapped when it's too long (
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 20, 2022
1 parent 23f3acb commit 45b3ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/SInputDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ function handleArray(value: OptionValue) {
padding: 2px 4px;
font-weight: 500;
color: var(--c-text-3);
overflow: hidden;
white-space: nowrap;
}
.box-icon {
Expand Down

0 comments on commit 45b3ae3

Please sign in to comment.