@omniumretail/component-library 1.0.95 → 1.0.96

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
@@ -308,6 +308,7 @@
308
308
  white-space: nowrap;
309
309
  position: relative;
310
310
  padding-right: 24px;
311
+ min-height: 34px;
311
312
  }
312
313
  .Hfh5KLg4Y_g44Ajhx9aV .anticon-close {
313
314
  color: var(--color-white);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -33,6 +33,7 @@
33
33
  white-space: nowrap;
34
34
  position: relative;
35
35
  padding-right: 24px;
36
+ min-height: 34px;
36
37
  }
37
38
 
38
39
  .anticon-close {