BIG-214 Min width submit button on edit mode.

This commit is contained in:
elforjani13
2022-01-01 10:27:32 +02:00
parent 40ae1aeb52
commit e9797fd9a0
10 changed files with 13 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ export default function PaymentMadeFloatingActions() {
intent={Intent.PRIMARY}
type="submit"
onClick={handleSubmitBtnClick}
style={{ minWidth: '85px' }}
text={paymentMadeId ? <T id={'edit'} /> : <T id={'save'} />}
/>
<Popover