intelicoreact 1.2.66 → 1.2.67

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.
@@ -368,6 +368,11 @@
368
368
  flex-direction: row;
369
369
  align-items: center;
370
370
  min-height: 24px;
371
+ box-sizing: border-box;
372
+
373
+ &:first-child {
374
+ padding-right: 50px;
375
+ }
371
376
 
372
377
  .input__wrap {
373
378
  width: 100%;
@@ -342,6 +342,11 @@
342
342
  align-items: center;
343
343
  min-height: 24px;
344
344
  justify-content: space-between;
345
+ box-sizing: border-box;
346
+
347
+ &:first-child {
348
+ padding-right: 50px;
349
+ }
345
350
 
346
351
  .input__wrap {
347
352
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [