]> git.openstreetmap.org Git - rails.git/commitdiff
Remove padding around tabs on blocked signup page
authorAnton Khorev <tony29@yandex.ru>
Fri, 5 Jul 2024 10:55:02 +0000 (13:55 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 5 Jul 2024 10:55:02 +0000 (13:55 +0300)
app/views/users/blocked.html.erb

index a97d9ba8d120b6660658a09931c756c8e6f01045..9776136a8e6c18b1dc5d289d7377346f16a22bc9 100644 (file)
@@ -1,7 +1,7 @@
 <% content_for :heading_class, "p-0 mw-100" %>
 <% content_for :heading do %>
   <div class="header-illustration new-user-main auth-container mx-auto">
-    <ul class="nav nav-tabs position-absolute bottom-0 px-3 fs-6 w-100">
+    <ul class="nav nav-tabs position-absolute bottom-0 fs-6 w-100">
       <li class="nav-item">
         <%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions), :class => "nav-link" %>
       </li>