Skip to content

Commit

Permalink
fix: fixed vue-multiselect-based components placeholder color [WTEL-5…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 29, 2024
1 parent f3713af commit 77fdd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.10.51",
"version": "24.10.52",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/components/wt-select/_multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
display: block;
overflow: hidden;
max-width: 100%;
color: var(--wt-text-field-placeholder-color);

// text overflow 3 dots
white-space: nowrap;
Expand Down

0 comments on commit 77fdd56

Please sign in to comment.