@webitel/ui-sdk 25.8.56 → 25.8.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.8.56",
3
+ "version": "25.8.57",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run lint:fix || true) && npm run publish-lib",
@@ -378,6 +378,15 @@ export default {
378
378
  white-space: nowrap;
379
379
  text-overflow: ellipsis;
380
380
  }
381
+
382
+ .multiselect__option {
383
+ white-space: normal; // https://webitel.atlassian.net/browse/WTEL-7400
384
+ word-break: break-all;
385
+ }
386
+
387
+ .multiselect__content {
388
+ width: 100%; // https://webitel.atlassian.net/browse/WTEL-7400
389
+ }
381
390
  }
382
391
 
383
392
  :deep(.multiselect--active) {