Do not set max-width to regular .dropdown-menu like delete or clone (only to shortcuts). Followup for issue #2335.

This commit is contained in:
Martin Edenhofer 2018-11-20 11:00:34 +01:00
parent c6411fd914
commit ce38a6c9ab

View file

@ -5184,7 +5184,7 @@ footer {
background: none;
}
.shortcut .dropdown-menu {
.shortcut > .dropdown-menu {
overflow: auto;
position: absolute;
max-width: 100%;