voiptime-components 1.22.11 → 1.22.13

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
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.22.11",
7
+ "version": "1.22.13",
8
8
  "type": "module",
9
9
  "main": "dist/index.umd.js",
10
10
  "module": "dist/index.es.js",
@@ -94,6 +94,7 @@
94
94
  }
95
95
  }
96
96
 
97
+
97
98
  &-filter {
98
99
  // Стилі динамічного фільтру
99
100
  display: flex;
@@ -157,7 +158,8 @@
157
158
  }
158
159
 
159
160
  &-table {
160
- flex: 1 1 0;
161
+ display: flex;
162
+ flex-grow: 1;
161
163
  min-height: 0;
162
164
  overflow: hidden;
163
165
  }