]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unnecessary float from flex-positioned close button
authorAnton Khorev <tony29@yandex.ru>
Sat, 27 Aug 2022 20:20:20 +0000 (23:20 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 27 Aug 2022 20:20:36 +0000 (23:20 +0300)
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>