Skip to content

Commit 0c77592

Browse files
committed
/account/auth.html: increase size of area with information message.
Avoid line break at least in Russian locale. [ci skip]
1 parent e31da56 commit 0c77592

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/views/account

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/account/auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3 th:text="#{t_authentication_on_site}">
7474

7575
<!--/*/
7676
<div class="row" th:if="${justActivatedUser}">
77-
<div class="alert alert-success text-center col-sm-8 col-sm-offset-2" th:text="#{t_activation_successful}">
77+
<div class="alert alert-success text-center col-sm-10 col-sm-offset-1" th:text="#{t_activation_successful}">
7878
Account successfully activated! Now you can pass authentication.
7979
</div>
8080
</div>

0 commit comments

Comments
 (0)