Merge pull request #617 from elnin0815/master

removed unnecessary whitespaces from textareas
This commit is contained in:
James Agnew 2017-04-17 17:53:48 -04:00 committed by GitHub
commit 8e4e252daf
2 changed files with 3 additions and 8 deletions

View File

@ -167,9 +167,7 @@
Bundle
<span class="loadingStar">*</span>
</div>
<textarea class="form-control" id="transaction-body" style="white-space: nowrap; overflow: auto;" placeholder="(place transaction bundle body here)" rows="1">
<th:block th:if="${transactionBundle} != null" th:text="${transactionBundle}"/>
</textarea>
<textarea class="form-control" id="transaction-body" style="white-space: nowrap; overflow: auto;" placeholder="(place transaction bundle body here)" rows="1"><th:block th:if="${transactionBundle} != null" th:text="${transactionBundle}"/></textarea>
</div>
</div>
</div>

View File

@ -430,8 +430,7 @@
Contents
<span class="loadingStar">*</span>
</div>
<textarea class="form-control" id="resource-create-body" style="white-space: nowrap; overflow: auto;" placeholder="(place resource body here)" rows="1">
</textarea>
<textarea class="form-control" id="resource-create-body" style="white-space: nowrap; overflow: auto;" placeholder="(place resource body here)" rows="1"></textarea>
</div>
</div>
</div>
@ -492,9 +491,7 @@
Contents
<span class="loadingStar">*</span>
</div>
<textarea class="form-control" id="resource-update-body" style="white-space: nowrap; overflow: auto;" placeholder="(place resource body here)" rows="1">
<th:block th:if="${updateResource} != null" th:text="${updateResource}"/>
</textarea>
<textarea class="form-control" id="resource-update-body" style="white-space: nowrap; overflow: auto;" placeholder="(place resource body here)" rows="1"><th:block th:if="${updateResource} != null" th:text="${updateResource}"/></textarea>
</div>
</div>
</div>