Skip to content

Commit

Permalink
Fix: Navbar layout overflow (#2162)
Browse files Browse the repository at this point in the history
Fix: Navbar layout overflow using Bootstrap class .navbar-expand-xl

Co-authored-by: Harshad Marathe <harshad@DESKTOP-1MNKUHA>
  • Loading branch information
MaratheHarshad and Harshad Marathe authored Nov 3, 2024
1 parent ebfccfa commit 83db7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const updateAvailable = /*[[#{settings.updateAvailable}]]*/ '';
</script>
<script th:src="@{'/js/githubVersion.js'}"></script>
<nav class="navbar navbar-expand-lg">
<nav class="navbar navbar-expand-xl">
<div class="container ">
<a class="navbar-brand" th:href="@{'/'}" style="display: flex;">
<img class="main-icon" th:src="@{'/favicon.svg'}" alt="icon">
Expand Down

0 comments on commit 83db7a2

Please sign in to comment.