@edvisor/product-language 0.5.5 → 0.5.6
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -9835,7 +9835,7 @@ const Avatar = props => {
|
|
|
9835
9835
|
const Text = /*#__PURE__*/styled(Label).withConfig({
|
|
9836
9836
|
displayName: "input-checkbox__Text",
|
|
9837
9837
|
componentId: "sc-4vm2q7-0"
|
|
9838
|
-
})(["margin-left:", ";user-select:none;"], Margin.xs);
|
|
9838
|
+
})(["margin-left:", ";user-select:none;flex:1;"], Margin.xs);
|
|
9839
9839
|
const Wrapper = /*#__PURE__*/styled.label.withConfig({
|
|
9840
9840
|
displayName: "input-checkbox__Wrapper",
|
|
9841
9841
|
componentId: "sc-4vm2q7-1"
|