Skip to content

Commit

Permalink
#9761: capitilze the login plugin content in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadel54 committed Nov 28, 2023
1 parent 14660a1 commit 7c5f8b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/client/themes/default/less/dropdown-menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
position: relative;
}

.navbar-dx .dropdown-menu,
.navbar-home .dropdown-menu,
#mapstore-sidebar-menu .dropdown-menu {
text-transform: uppercase;
}

#mapstore-navbar-container .dropdown-menu {
>.btn-group {
width: 100%;
Expand Down

0 comments on commit 7c5f8b4

Please sign in to comment.