Closed (fixed)
Project:
Finder
Version:
6.x-1.3
Component:
Finder Autocomplete
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 08:56 UTC
Updated:
7 Nov 2009 at 02:40 UTC
im using the finder module with nthe autocomplete as an input field.
but im facing a problem is that im limiting the place where the results can be shown and its cutting the titles of the found results and i want either to be able to trim it or wrap the titles. cause its showing the results cut.
please advice
thank you in advance
best regards,
| Comment | File | Size | Author |
|---|---|---|---|
| autocomplete.JPG | 9.42 KB | noureddine |
Comments
Comment #1
danielb commentedThe way to achieve this is simply with CSS. You could try a combination of these css properties; display:block, width: ??, and word-wrap/text-wrap, on the selector "div#autocomplete ul li", but you should prefix this selector with the selector for the specific container of that finder element, to avoid affecting other autocompletes in drupal.
I can't really help you much more than that, and you might have to buff up on some CSS, and use Firebug to look at the html structure and find the selectors. Firebug doesn't do well with the autocomplete suggestions popup itself though.