RubyGems
npm
Organizations
Log in
Sign up
npm
@flozy/editor
Versions diffs
4.5.2 → 4.5.4
@flozy/editor 4.5.2 → 4.5.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/Editor/Elements/Signature/SignaturePopup.js
+0
-1
package/dist/Editor/commonStyle.js
+3
-0
package/package.json
+1
-1
package/dist/Editor/Elements/Signature/SignaturePopup.js
CHANGED
Viewed
@@ -436,7 +436,6 @@ const SignaturePopup = props => {
436
436
alignItems: "center"
437
437
},
438
438
xs: 12,
439
-
sm: 6,
440
439
children: [/*#__PURE__*/_jsx(Grid, {
441
440
sx: {
442
441
minWidth: "46px"
package/dist/Editor/commonStyle.js
CHANGED
Viewed
@@ -88,6 +88,9 @@ const useCommonStyle = theme => ({
88
88
"& .react-datepicker__input-container": {
89
89
"& svg": {
90
90
fill: "transparent"
91
+
},
92
+
"& input": {
93
+
height: "27px !important"
91
94
}
92
95
},
93
96
"& fieldset": {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@flozy/editor",
3
-
"version": "4.5.
2
",
3
+
"version": "4.5.
4
",
4
4
"description": "An Editor for flozy app brain",
5
5
"files": [
6
6
"dist"