2014-01-25 42 views

回答

8

這個怎麼樣?:解決 http://jsfiddle.net/uuzVN/2/

/** Added from this point */ 
.twitter-typeahead{ 
    width: 97%; 
} 
.tt-dropdown-menu{ 
    width: 102%; 
} 
input.typeahead.tt-query{ /* This is optional */ 
    width: 300px !important; 
} 

你只需要微調寬度您所使用的實際項目的模板。我調整它來提琴iframe。