Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelGauthier committed Dec 6, 2023
2 parents bd752c5 + e65ecde commit 0681730
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@
max-height: 250px;
overflow: auto;
}
ul.dropdown-menu:not(.search-dropdown) {

.rudder-template ul.dropdown-menu {
padding: 0;
min-width: 170px;
margin-left: -75px;
}
ul.dropdown-menu.show {
.rudder-template ul.dropdown-menu.show {
right: -4px !important;
left: auto !important;
}
ul.dropdown-menu > li > a{
.rudder-template ul.dropdown-menu > li > a{
display: block;
}
.btn.btn-outline-success{
Expand Down

0 comments on commit 0681730

Please sign in to comment.