We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d0b25 commit ca775d0Copy full SHA for ca775d0
src/Illuminate/Mail/resources/views/html/button.blade.php
@@ -1,13 +1,14 @@
1
@props([
2
'url',
3
'color' => 'primary',
4
+ 'align' => 'center',
5
])
-<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
6
+<table class="action" align="{{ $align }}" width="100%" cellpadding="0" cellspacing="0" role="presentation">
7
<tr>
-<td align="center">
8
+<td align="{{ $align }}">
9
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
10
11
12
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
13
14
<td>
0 commit comments