Remove unnecessary float from flex-positioned close button
This commit is contained in:
parent
4ef55ac3aa
commit
41924fb69e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue