Browse Source

Width constrain

Andy Baugh 6 năm trước cách đây
mục cha
commit
6ee710c243
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 $text    = ${ $args_hr->{'text_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
     my $time = time;