Edit File: typeahed.css
/* Typeahead Starts */ .typeahead .twitter-typeahead { width : 100%; } .typeahead .twitter-typeahead .tt-menu { width : 100%; } .typeahead .twitter-typeahead .empty-message { padding : 5px 10px; text-align : center; } .typeahead .twitter-typeahead .rtl-typeahead .tt-menu { text-align : right; } .typeahead .twitter-typeahead .league-name { margin : 0 10px 5px 10px; padding : 7px 5px 10px; border-bottom : 1px solid #CCCCCC; } .typeahead .scrollable-dropdown .twitter-typeahead .tt-menu { max-height : 150px; overflow-y : auto; } /* Typeahead Ends */ /* MaxLength Starts */ .bootstrap-maxlength { margin-top : 0.5rem; } /* MaxLength Ends */
Back to File Manager