From cd31a8188d55a48124ee4faeefc530484bacba0a Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Tue, 24 Jan 2023 16:13:06 +0100
Subject: [PATCH] fix

---
 app/views/admin/layouts/themes/pure/_hero.html.erb | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app/views/admin/layouts/themes/pure/_hero.html.erb b/app/views/admin/layouts/themes/pure/_hero.html.erb
index 8d1232c39..c092ae41c 100644
--- a/app/views/admin/layouts/themes/pure/_hero.html.erb
+++ b/app/views/admin/layouts/themes/pure/_hero.html.erb
@@ -1,8 +1,10 @@
 <div class="hero">
   <div class="container-fluid">
-    <h1><%= yield :title %></h1>
-    <div class="float-md-end text-end mt-md-n4">
-      <%= yield :title_right %>
+    <div class="d-flex">
+      <h1><%= yield :title %></h1>
+      <div class="ms-xl-auto text-xl-end mt-2">
+        <%= yield :title_right %>
+      </div>
     </div>
     <%= render_breadcrumbs builder: Osuny::BreadcrumbsOnRailsBuilder %>
   </div>
-- 
GitLab