Open jackmovie opened 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.
Use css rule .xdsoft_autocomplete{ display:inline-block !important; }
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.