@omniumretail/component-library 1.0.67 → 1.0.68

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/dist/main.css CHANGED
@@ -885,6 +885,7 @@ Label {
885
885
  background: #EBECED;
886
886
  overflow: auto;
887
887
  padding: 20px 20px 0 20px;
888
+ max-height: 80px;
888
889
  }
889
890
  @media (min-width: 768px) {
890
891
  .Q4flbvKEPN6Jx9Cob22I {
@@ -895,12 +896,7 @@ Label {
895
896
  .hK3soC6m563VuiLnNutq {
896
897
  background: var(--color-white);
897
898
  overflow: auto;
898
- padding: 0 20px 20px 20px;
899
- }
900
- @media (min-width: 768px) {
901
- .hK3soC6m563VuiLnNutq {
902
- padding: 20px;
903
- }
899
+ padding: 20px;
904
900
  }
905
901
 
906
902
  .guqqOMHeZE56Bg2p5Ad8 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -17,6 +17,7 @@
17
17
  background: #EBECED;
18
18
  overflow: auto;
19
19
  padding: 20px 20px 0 20px;
20
+ max-height: 80px;
20
21
 
21
22
  @media(min-width: 768px) {
22
23
  padding: 20px;
@@ -26,11 +27,7 @@
26
27
  .contentWrapper {
27
28
  background: var(--color-white);
28
29
  overflow: auto;
29
- padding: 0 20px 20px 20px;
30
-
31
- @media(min-width: 768px) {
32
- padding: 20px;
33
- }
30
+ padding: 20px;
34
31
  }
35
32
 
36
33
  .title {