Larger recipient column in recipient import modals

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2026-02-10 21:26:46 +01:00
parent 2a464f891c
commit ea81f03059
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -646,7 +646,7 @@
<FormColumn overflowX={true}>
<Table
columns={[
{ column: 'Email', size: 'small' },
{ column: 'Email', size: 'large' },
{ column: 'First name', size: 'small' },
{ column: 'Last name', size: 'small' },
{ column: 'Phone', size: 'small' },
@@ -544,7 +544,7 @@
<FormColumn overflowX={true}>
<Table
columns={[
{ column: 'Email', size: 'small' },
{ column: 'Email', size: 'large' },
{ column: 'First name', size: 'small' },
{ column: 'Last name', size: 'small' },
{ column: 'Phone', size: 'small' },