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