@flozy/editor 5.7.2 → 5.7.3
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/Editor/Editor.css
CHANGED
@@ -397,6 +397,12 @@ blockquote {
|
|
397
397
|
padding: 0px 5px 0px 2px !important
|
398
398
|
}
|
399
399
|
|
400
|
+
.signatureActionBtnContainer {
|
401
|
+
display: flex;
|
402
|
+
align-items: center;
|
403
|
+
gap: 1rem;
|
404
|
+
}
|
405
|
+
|
400
406
|
.signature-tab {
|
401
407
|
display: flex;
|
402
408
|
align-items: center;
|
@@ -605,8 +611,8 @@ blockquote {
|
|
605
611
|
display: block !important;
|
606
612
|
}
|
607
613
|
|
608
|
-
.dialog-actions-si .
|
609
|
-
margin-top:
|
614
|
+
.dialog-actions-si .signatureActionBtnContainer {
|
615
|
+
margin-top: 1.4rem;
|
610
616
|
}
|
611
617
|
}
|
612
618
|
|
@@ -512,7 +512,9 @@ const SignaturePopup = props => {
|
|
512
512
|
})
|
513
513
|
})
|
514
514
|
})]
|
515
|
-
}) : null, /*#__PURE__*/_jsxs(
|
515
|
+
}) : null, /*#__PURE__*/_jsxs(Box, {
|
516
|
+
component: "div",
|
517
|
+
className: "signatureActionBtnContainer",
|
516
518
|
children: [!readOnly ? /*#__PURE__*/_jsx(Button, {
|
517
519
|
onClick: handleClear,
|
518
520
|
className: `secondaryBtn actionBtn deleteBtn deleteButtonSignature`,
|