Browse Source

Width constrain

Andy Baugh 6 years ago
parent
commit
6ee710c243
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cpanel/iContact/Provider/Local.pm

+ 1 - 1
lib/Cpanel/iContact/Provider/Local.pm

@@ -66,7 +66,7 @@ sub send {
     my $subject = $args_hr->{'subject'};
     my $subject = $args_hr->{'subject'};
     my $text    = ${ $args_hr->{'text_body'} };
     my $text    = ${ $args_hr->{'text_body'} };
 	my $html    = ${ $args_hr->{'html_body'} };
 	my $html    = ${ $args_hr->{'html_body'} };
-	$html =~ s:src=".*":src="/unprotected/cpanel/images/cp-logo.svg":;
+	$html =~ s:src=".*":src="/unprotected/cpanel/images/cp-logo.svg" style="width\:3rem":;
 
 
     # Send it
     # Send it
     my $time = time;
     my $time = time;