This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 210210 position : absolute;
211211 left : auto;
212212 right : 0 ; }
213+ .sg-acc-panel .sg-left {
214+ position : absolute;
215+ left : auto; }
213216
214217/* Controls (sizing, view mode) */
215218.sg-controls {
Original file line number Diff line number Diff line change @@ -306,6 +306,11 @@ $animate-quick: 0.2s;
306306 left : auto ;
307307 right : 0 ;
308308 }
309+
310+ & .sg-left {
311+ position : absolute ;
312+ left : auto ;
313+ }
309314}
310315
311316/* Controls (sizing, view mode) */
Original file line number Diff line number Diff line change 1010.typeahead ,
1111.tt-query ,
1212.tt-hint {
13- width : 396 px ;
13+ width : 220 px ;
1414 height : 30px ;
1515 padding : 8px 12px ;
1616 font-size : 14px ;
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ var patternFinder = {
2626
2727 // instantiate the bloodhound suggestion engine
2828 var patterns = new Bloodhound ( {
29- datumTokenizer : function ( d ) { return Bloodhound . tokenizers . whitespace ( d . patternPartial ) ; } ,
30- queryTokenizer : Bloodhound . tokenizers . whitespace ,
29+ datumTokenizer : function ( d ) { return Bloodhound . tokenizers . nonword ( d . patternPartial ) ; } ,
30+ queryTokenizer : Bloodhound . tokenizers . nonword ,
3131 limit : 10 ,
3232 local : this . data
3333 } ) ;
You can’t perform that action at this time.
0 commit comments