Reduce email match table width to 500px max-width, centered
- Changed table width from 100% to max-width: 500px with margin: 0 auto - Applies to both English and Romanian email.match.body templates - Table now narrower and centered in email Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Email.Data.Migrations
|
||||
// Match result email — body (HTML formatted)
|
||||
Row("email.match.body", "en",
|
||||
@"<h2 style=""color: #2c5282; margin-bottom: 20px; border-bottom: 3px solid #2c5282; padding-bottom: 10px;"">CV Match Report</h2>
|
||||
<table style=""width: 100%; border-collapse: collapse; margin-bottom: 30px; border: 1px solid #ddd;"">
|
||||
<table style=""max-width: 500px; margin: 0 auto 30px; border-collapse: collapse; border: 1px solid #ddd;"">
|
||||
<tr style=""background-color: #2c5282; color: white;"">
|
||||
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">CV ID</td>
|
||||
<td style=""padding: 12px 15px;"">{{cvDocumentId}}</td>
|
||||
@@ -76,7 +76,7 @@ namespace Email.Data.Migrations
|
||||
"Body for the CV match result email (HTML formatted)");
|
||||
Row("email.match.body", "ro",
|
||||
@"<h2 style=""color: #2c5282; margin-bottom: 20px; border-bottom: 3px solid #2c5282; padding-bottom: 10px;"">Report Potrivire CV</h2>
|
||||
<table style=""width: 100%; border-collapse: collapse; margin-bottom: 30px; border: 1px solid #ddd;"">
|
||||
<table style=""max-width: 500px; margin: 0 auto 30px; border-collapse: collapse; border: 1px solid #ddd;"">
|
||||
<tr style=""background-color: #2c5282; color: white;"">
|
||||
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">ID Document CV</td>
|
||||
<td style=""padding: 12px 15px;"">{{cvDocumentId}}</td>
|
||||
|
||||
Reference in New Issue
Block a user