Quellcode durchsuchen

fps label alignment

cr022024
Jason Chuang vor 18 Stunden
Ursprung
Commit
e542547601
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/pages/Payment/MultiPaymentWindow.js

+ 1
- 1
src/pages/Payment/MultiPaymentWindow.js Datei anzeigen

@@ -291,7 +291,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%">


Laden…
Abbrechen
Speichern