Skip to content

Commit c892684

Browse files
author
rajakodings
committed
update
1 parent 90be009 commit c892684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Views/email_form.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<hr>
3232
<form action="" method="post">
3333
{!! csrf_field() !!}
34-
<table width="500px" cellpadding="5px" border="1px">
34+
<table width="100%" cellpadding="5px" border="1px">
3535
<tr>
36-
<td>Driver</td><td><input type="text" name="driver" size="90" value="{{ $driver?:'smtp' }}" required ></td>
36+
<td width="30%">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>
@@ -58,7 +58,7 @@
5858
</tr>
5959
<tr>
6060
<td>Message</td><td>
61-
<textarea required name="content" rows="5">{{ $content?:'Hi there, Congratulation the email has been received successfully' }}</textarea>
61+
<textarea style="width: 100%" required name="content" rows="5">{{ $content?:'Hi there, Congratulation the email has been received successfully' }}</textarea>
6262
</td>
6363
</tr>
6464
<tr>

0 commit comments

Comments
 (0)