educoreapp2 1.0.49 → 1.0.51
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.
@@ -118,8 +118,11 @@ class BaseForm extends _react.Component {
|
|
118
118
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
119
119
|
className: "col-1 col-sm-2"
|
120
120
|
}), /*#__PURE__*/_react.default.createElement("div", {
|
121
|
-
className: "col-10 col-sm-8"
|
122
|
-
|
121
|
+
className: "col-10 col-sm-8",
|
122
|
+
style: {
|
123
|
+
display: "inline-flex"
|
124
|
+
}
|
125
|
+
}, /*#__PURE__*/_react.default.createElement(_educoreapp.BaseImg, {
|
123
126
|
height: "80px",
|
124
127
|
width: "80px",
|
125
128
|
photo: window.App.Config.logo
|
@@ -128,7 +131,7 @@ class BaseForm extends _react.Component {
|
|
128
131
|
textAlign: "center",
|
129
132
|
fontSize: "2em"
|
130
133
|
}
|
131
|
-
}, label), /*#__PURE__*/_react.default.createElement(BaseImg, {
|
134
|
+
}, label), /*#__PURE__*/_react.default.createElement(_educoreapp.BaseImg, {
|
132
135
|
height: "80px",
|
133
136
|
width: "80px",
|
134
137
|
photo: window.App.Config.logo
|