]> git.openstreetmap.org Git - rails.git/commitdiff
Remove .clearfix
authorAnton Khorev <tony29@yandex.ru>
Fri, 17 May 2024 23:42:55 +0000 (02:42 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 17 May 2024 23:59:47 +0000 (02:59 +0300)
Floats are no longer used on the welcome page.

app/views/site/welcome.html.erb

index a108495852a27c8fbd97e1a4a20707167b598787..9ec3e4fd0c25dfc406b96030d5a80dd092bac598 100644 (file)
                                  :automated_edits_link => link_to(t(".rules.automated_edits"), t(".rules.automated_edits_url")) %></p>
 </div>
 
-<div class='clearfix'>
-  <%= render "any_questions" %>
-</div>
+<%= render "any_questions" %>
 
-<div class='clearfix text-center'>
+<div class='text-center'>
   <p class="display-5">
 <% if params[:oauth_return_url] %>
   <a class="btn btn-primary" href="<%= params[:oauth_return_url] %>"><%= t ".continue_authorization" %></a>