|
|
|
@@ -292,7 +292,7 @@ const MultiPaymentWindow = (props) => { |
|
|
|
<form> |
|
|
|
<DialogContent> |
|
|
|
<DialogContentText> |
|
|
|
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "left", ml:1}}> |
|
|
|
<FormLabel sx={{ fontSize: "20px", color: "#000000", textAlign: "left", width: "100%", whiteSpace: "pre-line", paddingLeft: 0 }}> |
|
|
|
<FormattedMessage id="paymentProcessLimited"/> |
|
|
|
</FormLabel> |
|
|
|
<Grid item xs={12} md={12} sx={{ pt: 2 }} style={{ height: '100%' }} width="100%"> |
|
|
|
|