Merge pull request #4113 from AntonKhorev/no-w-100

Remove setting 100% width with w-100 where it's the default width
This commit is contained in:
Andy Allan 2023-08-02 14:20:07 +01:00 committed by GitHub
commit 2566d0e379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>