set width of autocomplete dropdown

This commit is contained in:
Christian Weiske 2011-04-05 19:02:52 +02:00
parent 705d016301
commit cbf36891ae

View file

@ -645,3 +645,9 @@ a.bookmarklet {
#related-content.jstree-default.jstree-focused {
background: none !important;
}
/* add/edit bookmark */
.ui-autocomplete {
width: 458px;
}