mario-core 1.1.74-es-layout → 1.1.75-es-layout
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28161,12 +28161,12 @@ var UserDetail = function UserDetail() {
|
|
|
28161
28161
|
md: 6
|
|
28162
28162
|
}, React__default.createElement(reactstrap.Button, {
|
|
28163
28163
|
color: "primary",
|
|
28164
|
-
className: "" + styles['custom-font-size'],
|
|
28164
|
+
className: "w-100 " + styles['custom-font-size'],
|
|
28165
28165
|
onClick: function onClick() {
|
|
28166
28166
|
onResetPw(values.email || "");
|
|
28167
28167
|
}
|
|
28168
28168
|
}, t('send_forgot_password_link')), React__default.createElement(reactstrap.Button, {
|
|
28169
|
-
className: "w-100
|
|
28169
|
+
className: "w-100 mt-3 " + styles['custom-font-size'],
|
|
28170
28170
|
color: "success",
|
|
28171
28171
|
onClick: function onClick() {
|
|
28172
28172
|
getFile();
|