File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ul.tagit {
33 overflow : auto;
44 margin-left : inherit; /* usually we don't want the regular ul margins. */
55 margin-right : inherit;
6+ width : 91.5% ;
67}
78ul .tagit li {
89 display : block;
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ li:hover > .tags_actions > em { display : none; }
251251 background : none repeat scroll 0 0 # F8F8F8 ;
252252}
253253# tag_filter .tagit {
254+ display : inline-block;
254255 margin : 0.3em ;
255256}
256257# tag_filter ul .tagit > li .tagit-new {
Original file line number Diff line number Diff line change 323323 this . _tagInput . val ( '' ) ;
324324
325325 // insert tag
326- this . _tagInput . parent ( ) . before ( tag ) ;
326+ this . _tagInput . parent ( ) . after ( tag ) ;
327327 } ,
328328 removeTag : function ( tag , animate ) {
329329 if ( typeof animate === 'undefined' ) {
362362
363363 } ) ;
364364
365- } ) ( jQuery ) ;
365+ } ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments