qms-angular 1.1.80 → 1.1.81

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": "qms-angular",
3
- "version": "1.1.80",
3
+ "version": "1.1.81",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -229,7 +229,7 @@
229
229
  .chips-container-mobile {
230
230
  display: flex;
231
231
  flex-direction: column;
232
- height: 100px !important;
232
+ height: 100px;
233
233
  overflow-x: hidden;
234
234
  overflow-y: scroll;
235
235
  .mat-chip-list-wrapper {
@@ -290,3 +290,8 @@
290
290
  font-size: 12px !important;
291
291
  }
292
292
  }
293
+
294
+ .text-label {
295
+ font-size: 12px !important;
296
+ font-weight: 500 !important;
297
+ }