Original Message text area full bottom screen
This commit is contained in:
parent
6efbeeb2b4
commit
51b69e05fb
@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user