@webitel/ui-sdk 2.0.3-1 → 2.0.3-2

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.0.3-1",
3
+ "version": "2.0.3-2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -101,11 +101,6 @@ export default {
101
101
 
102
102
  <style lang="scss" scoped>
103
103
  .filter-from-to {
104
-
105
- & > .wt-label {
106
- margin-bottom: 10px;
107
- }
108
-
109
104
  &:hover > .wt-label {
110
105
  color: var(--form-label--hover-color);
111
106
  }