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

@@ -149,6 +149,7 @@ export default function ReceiptFormFloatingActions() {
disabled={isSubmitting}
intent={Intent.PRIMARY}
onClick={handleSubmitCloseBtnClick}
style={{ minWidth: '85px' }}
text={<T id={'save'} />}
/>
<Popover