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