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

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