diff options
-rw-r--r-- | FS/FS/part_event/Action/notice_to.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/notice_to.pm b/FS/FS/part_event/Action/notice_to.pm index 98f5cd3c9..565d169b0 100644 --- a/FS/FS/part_event/Action/notice_to.pm +++ b/FS/FS/part_event/Action/notice_to.pm @@ -23,7 +23,7 @@ sub option_fields { ( 'to' => { 'label' => 'Destination', 'type' => 'text', - 'size' => 200, + 'size' => 30, 'validation' => 'ut_email', }, 'msgnum' => { 'label' => 'Template', |