Remove redundant admin-top-bar element

We weren't using the `admin-top-bar` class since commit e6c1cf774, and
we can always use the `.admin .top-bar` selector if we need to. And the
`row expanded` classes basically give an element a width of 100%, which
is already the default width for block elements.
This commit is contained in:
Javi Martín
2023-01-28 16:23:36 +01:00
parent 49cb6e010b
commit 2ac338f51a

View File

@@ -7,7 +7,6 @@
<% end %>
</div>
<div class="expanded row admin-top-bar">
<div class="top-bar">
<h1>
<%= link_to namespace_path do %>
@@ -22,5 +21,4 @@
<% end %>
<% end %>
</div>
</div>
</header>