]> 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 da1f6bf45644e1d45352ca17e6ff6f789e2932f4..307903fffca8f1d91efb170605dcb1218bbd42d6 100644 (file)
@@ -4,7 +4,7 @@
   </div>
   <div>
     <a class="geolink" href="<%= root_path %>">
-      <span class="icon close"></span>
+      <button type="button" class="btn-close mt-1"></button>
     </a>
   </div>
 </div>