xdan / autocomplete

jQuery autocomplete plugin like Google autocomplete
MIT License
256 stars 92 forks source link

CSS question #9

Open jackmovie opened 9 years ago

jackmovie commented 9 years ago

Great plugin. I'm using it in my probject.

However, how to remove "display: block" from

<div class="xdsoft_autocomplete" style="display: block; width: 500px;">

it automatically adds "display: block", I need it to be "display: inline-block"

http://i.imgur.com/36qidr4.gif

Thank you.

xdan commented 9 years ago

Use css rule .xdsoft_autocomplete{ display:inline-block !important; }