Original Message text area full bottom screen

This commit is contained in:
Cody 2020-06-06 15:28:48 -07:00 committed by GitHub
parent 6efbeeb2b4
commit 51b69e05fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,16 +91,10 @@
<br />
@if (title == "To")
{
<table class="table table-borderless">
<tr>
<td>
<label class="control-label">Original Message: </label>
</td>
<td>
<textarea class="form-control" @bind="@reply" rows="5" readonly />
</td>
</tr>
</table>
<div class="control-group">
<label class="control-label">Original Message </label>
<textarea class="form-control" @bind="@reply" rows="5" readonly />
</div>
}
}