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

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