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:
parent
c6411fd914
commit
ce38a6c9ab
1 changed files with 1 additions and 1 deletions
|
@ -5184,7 +5184,7 @@ footer {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shortcut .dropdown-menu {
|
.shortcut > .dropdown-menu {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue