Skip to content

Commit

Permalink
prevent settings icon wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Mar 8, 2024
1 parent 4c6259f commit cd27c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ <h6 class="fs-6 ps-3">FAQs</h6>
</ul>
</div>
<div class="container-fluid">
<button class="btn btn-outline-secondary border-dark float-end" style="--bs-btn-padding-y: .25rem;" type="button" onclick="placeMap('settingsMap')" id="navbarSettings"
<button class="btn btn-outline-secondary border-dark float-end text-nowrap" style="--bs-btn-padding-y: .25rem;" type="button" onclick="placeMap('settingsMap')" id="navbarSettings"
data-bs-toggle="offcanvas" data-bs-target="#settings" aria-controls="settings">Settings <span class="material-symbols-outlined fs-5 align-middle">settings</span></button>
</div>
<!-- navbar-collapse.// -->
Expand Down

0 comments on commit cd27c88

Please sign in to comment.