set width of autocomplete dropdown
This commit is contained in:
parent
705d016301
commit
cbf36891ae
1 changed files with 7 additions and 1 deletions
|
@ -645,3 +645,9 @@ a.bookmarklet {
|
||||||
#related-content.jstree-default.jstree-focused {
|
#related-content.jstree-default.jstree-focused {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* add/edit bookmark */
|
||||||
|
.ui-autocomplete {
|
||||||
|
width: 458px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue