| .. | .. |
|---|
| 19 | 19 | <div class="panel-body"> |
|---|
| 20 | 20 | <div class="text-center"> |
|---|
| 21 | 21 | <h3><i class="glyphicon glyphicon-lock" style="font-size:2em;"></i></h3> |
|---|
| 22 | | - <h2 class="text-center" th:text="*{downloadFileCaptchaForm.fileName}"></h2> |
|---|
| 22 | + <h2 class="text-center" style="word-wrap: break-word;" th:text="*{downloadFileCaptchaForm.fileName}"></h2> |
|---|
| 23 | 23 | <div class="panel-body"> |
|---|
| 24 | 24 | <form action="#" th:action="@{/downloadFileCaptcha}" th:object="${downloadFileCaptchaForm}" method="post"> |
|---|
| 25 | 25 | <input type="hidden" th:field="*{id}" /> |
|---|