@webitel/ui-sdk 2.1.4 → 2.1.5

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": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -175,6 +175,11 @@ export default {
175
175
  .wt-tags-input .multiselect ::v-deep {
176
176
  .multiselect__tags {
177
177
  padding-bottom: 0;
178
+ padding-right: calc(
179
+ var(--input-padding)
180
+ + var(--icon-md-size)
181
+ + var(--select-caret-right-pos)
182
+ );
178
183
 
179
184
  .multiselect__tags-wrap {
180
185
  display: flex;