Leonardo Vannucci
2018-08-10 09740e77ea352852ff90b738787f7f6aa657b604
dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html
....@@ -19,7 +19,7 @@
1919 <div class="panel-body">
2020 <div class="text-center">
2121 <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>
2323 <div class="panel-body">
2424 <form action="#" th:action="@{/downloadFileCaptcha}" th:object="${downloadFileCaptchaForm}" method="post">
2525 <input type="hidden" th:field="*{id}" />