From c553e15a90a9d7f5149e5cbd7085f5f5c4862775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 28 Jan 2023 00:35:23 +0100 Subject: [PATCH] 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. --- .../layout/admin_header_component.html.erb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/components/layout/admin_header_component.html.erb b/app/components/layout/admin_header_component.html.erb index 9e523aa04..f6f3b9f04 100644 --- a/app/components/layout/admin_header_component.html.erb +++ b/app/components/layout/admin_header_component.html.erb @@ -18,14 +18,12 @@ <% end %>
-
-

- <%= link_to namespace_path do %> - <%= setting["org_name"] %> -
<%= namespaced_header_title %> - <% end %> -

-
+

+ <%= link_to namespace_path do %> + <%= setting["org_name"] %> +
<%= namespaced_header_title %> + <% end %> +

<% if show_account_menu? %>