]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/application/_sidebar_header.html.erb
Remove unnecessary float from flex-positioned close button
[rails.git] / app / views / application / _sidebar_header.html.erb
index 83b1ae1c5415c9a3ff22ccb7ad3472f311c68007..307903fffca8f1d91efb170605dcb1218bbd42d6 100644 (file)
@@ -4,7 +4,7 @@
   </div>
   <div>
     <a class="geolink" href="<%= root_path %>">
-      <button type="button" class="btn-close float-end mt-1"></button>
+      <button type="button" class="btn-close mt-1"></button>
     </a>
   </div>
 </div>