Remove setting 100% width with w-100 where it's the default width
This commit is contained in:
parent
e932972a4a
commit
672c79c79c
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue