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

View File

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