@flozy/editor 4.5.2 → 4.5.4

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.
@@ -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"
@@ -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
@@ -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"