Skip to content

Commit

Permalink
Merge branch 'branches/rudder/7.3' into 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 6816ac2 + de96eba commit e65ecde
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,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 e65ecde

Please sign in to comment.