+
+ }
+ text={intl.get('credit_note.action.refund_credit_note')}
+ onClick={safeCallback(onRefund, original)}
+ />
}
+ icon={}
onClick={safeCallback(onReconcile, original)}
/>
@@ -73,19 +67,19 @@ export function StatusAccessor(creditNote) {
-
+
-
+
-
+
diff --git a/src/style/pages/RefundCreditNote/RefundCreditNote.scss b/src/style/pages/RefundCreditNote/RefundCreditNote.scss
index 74c1fffa3..a8c216880 100644
--- a/src/style/pages/RefundCreditNote/RefundCreditNote.scss
+++ b/src/style/pages/RefundCreditNote/RefundCreditNote.scss
@@ -1,13 +1,7 @@
.dialog--refund-credit-note {
.bp3-dialog-body {
.bp3-form-group {
- label.bp3-label {
- min-width: 140px;
- font-size: 13px;
- }
- .bp3-form-content {
- width: 250px;
- }
+ margin-bottom: 16px;
}
.form-group {
@@ -22,7 +16,8 @@
}
}
}
+
.bp3-dialog-footer {
padding-top: 10px;
}
-}
+}
\ No newline at end of file