meteor-typeahead
meteor-typeahead copied to clipboard
Width of Box doesn't follow css rules
For some reason no matter what widths I set the box to it will always revert to what it wants. What css am I missing here so that I can have this look and act like a regular sized textbox?
Same here. How can this be tamed?
i notice that there is a .tt-input css ,i don't know where is it en my project, i think it is the reason of that issue, @atheriault @bmordan i have tried add .twitter-typeahead { width: 100%; } to fill parent ,it works !