Skip to content

Commit 307c892

Browse files
author
rajakodings
committed
update
1 parent c892684 commit 307c892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/email_form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{!! csrf_field() !!}
3434
<table width="100%" cellpadding="5px" border="1px">
3535
<tr>
36-
<td width="30%">Driver</td><td><input type="text" name="driver" size="90" value="{{ $driver?:'smtp' }}" required ></td>
36+
<td width="20%">Driver</td><td><input type="text" name="driver" size="90" value="{{ $driver?:'smtp' }}" required ></td>
3737
</tr>
3838
<tr>
3939
<td>Hostname</td><td><input type="text" name="hostname" size="90" value="{{ $hostname }}" required ></td>

0 commit comments

Comments
 (0)