about summary refs log tree commit diff stats
path: root/ara.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ara.pl')
-rwxr-xr-xara.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ara.pl b/ara.pl
index 99a6823..ef137b9 100755
--- a/ara.pl
+++ b/ara.pl
@@ -107,7 +107,7 @@ my ( $covid_19_data, $notes_table, @months, $today );
 if ( $state_notes ) {
     $notes_table = Text::ASCIITable->new( { drawRowLine => 1 } );
     $notes_table->setCols( qw( State Notes ) );
-    $notes_table->setColWidth( 'Notes', 84 );
+    $notes_table->setColWidth( 'Notes', 74 );
 } else {
     # Map month number to Months.
     @months = qw( lol Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec );