]> git.openstreetmap.org Git - rails.git/commitdiff
Remove setting 100% width with w-100 where it's the default width
authorAnton Khorev <tony29@yandex.ru>
Fri, 28 Jul 2023 17:27:58 +0000 (20:27 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 28 Jul 2023 17:27:58 +0000 (20:27 +0300)
app/views/application/_sidebar_header.html.erb
app/views/site/about.html.erb

index 88a1fff4ab631fb5d915185fb4a3b51e6ca3ac4e..9e7877f8a41593c133cc7dd0c8e33b98bd3db688 100644 (file)
@@ -1,4 +1,4 @@
-<div class="d-flex w-100">
+<div class="d-flex">
   <h2 class="flex-grow-1 text-break"><%= title %></h2>
   <div>
     <button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button>
index 277fb13843da112544d88230d3121ccdbdcd90f6..f6f6ba1370f0f4cca2ecef3001c3ba0157486d70 100644 (file)
@@ -11,7 +11,7 @@
         </div>
       </div>
       <div class='row'>
-        <div class="w-100 px-5 py-4 bg-dark">
+        <div class="px-5 py-4 bg-dark">
           <h1 class="text-white fw-light"><%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name") %></h1>
         </div>
       </div>