Fix remove_tag_button gap on search mmf
This commit is contained in:
		
							parent
							
								
									edc2ae2768
								
							
						
					
					
						commit
						93b878bb3e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -149,8 +149,8 @@ form | ||||||
|                 {% if search_kwargs[key] %} |                 {% if search_kwargs[key] %} | ||||||
|                 {% for tagname in search_kwargs[key] %} |                 {% for tagname in search_kwargs[key] %} | ||||||
|                 <li class="search_builder_{{tagtype}}_inputted"> |                 <li class="search_builder_{{tagtype}}_inputted"> | ||||||
|                     <span class="tag_object">{{tagname}}</span> |                     <span class="tag_object">{{tagname}}</span><!-- | ||||||
|                     <button class="remove_tag_button" |                     --><button class="remove_tag_button" | ||||||
|                     onclick="remove_searchtag(this, '{{tagname}}', inputted_{{tagtype}});"></button> |                     onclick="remove_searchtag(this, '{{tagname}}', inputted_{{tagtype}});"></button> | ||||||
|                 </li> |                 </li> | ||||||
|                 {% endfor %} |                 {% endfor %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue