Skip to content

Commit

Permalink
Do not set max-width to regular .dropdown-menu like delete or clone (…
Browse files Browse the repository at this point in the history
…only to shortcuts). Followup for issue zammad#2335.
  • Loading branch information
martini committed Nov 20, 2018
1 parent c6411fd commit ce38a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/zammad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5184,7 +5184,7 @@ footer {
background: none;
}

.shortcut .dropdown-menu {
.shortcut > .dropdown-menu {
overflow: auto;
position: absolute;
max-width: 100%;
Expand Down

0 comments on commit ce38a6c

Please sign in to comment.