@npm_leadtech/legal-lib-components 5.42.8 → 5.42.9

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.
@@ -1894,7 +1894,11 @@ h2.react-datepicker__current-month {
1894
1894
  }
1895
1895
  .e-radio.tabs .e-radio__inner .radio-item-container .e-radio-label .e-radio-label__label {
1896
1896
  cursor: pointer;
1897
+ display: inline-block;
1897
1898
  font-size: 14px;
1899
+ min-width: 80px;
1900
+ padding: 10px;
1901
+ text-align: center;
1898
1902
  }
1899
1903
  .e-radio.tabs .e-radio__inner :first-child {
1900
1904
  border-radius: 4px 0 0 4px;
@@ -94,7 +94,11 @@
94
94
  }
95
95
  .e-radio-label__label {
96
96
  cursor: pointer;
97
+ display: inline-block;
97
98
  font-size: 14px;
99
+ min-width: 80px;
100
+ padding: 10px;
101
+ text-align: center;
98
102
  }
99
103
  }
100
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.42.8",
3
+ "version": "5.42.9",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",