Remove usage of top-bar-left class

We don't need it since it's only used for flexbox styles, and we
already have a `flex-grow` rule for the `h1` element which does the
same thing.
This commit is contained in:
Javi Martín
2023-01-28 00:35:23 +01:00
parent 6b01dc53da
commit c553e15a90

View File

@@ -18,14 +18,12 @@
<% end %> <% end %>
<div class="top-bar"> <div class="top-bar">
<div class="top-bar-left">
<h1> <h1>
<%= link_to namespace_path do %> <%= link_to namespace_path do %>
<%= setting["org_name"] %> <%= setting["org_name"] %>
<br><small><%= namespaced_header_title %></small> <br><small><%= namespaced_header_title %></small>
<% end %> <% end %>
</h1> </h1>
</div>
<% if show_account_menu? %> <% if show_account_menu? %>
<div id="responsive_menu"> <div id="responsive_menu">