Remove setting 100% width with w-100 where it's the default width

This commit is contained in:
Anton Khorev 2023-07-28 20:27:58 +03:00
parent e932972a4a
commit 672c79c79c
2 changed files with 2 additions and 2 deletions

View 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>

View 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>