mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-18 08:27:14 +02:00
Larger recipient column in recipient import modals
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user