@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.
package/dist/css/styles.css
CHANGED
|
@@ -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;
|