Remove padding around tabs on blocked signup page
This commit is contained in:
parent
87422e56f9
commit
46d2b4c652
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue