mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: button alignment on mobile
This commit is contained in:
		@@ -332,6 +332,14 @@ textarea,
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media(max-width: 768px) {
 | 
				
			||||||
 | 
					  .input-group-sm .btn-sm {
 | 
				
			||||||
 | 
					    // accommodate larger font size on mobile
 | 
				
			||||||
 | 
					    padding-top: .35rem;
 | 
				
			||||||
 | 
					    padding-bottom: .35rem;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.input-group .form-control-sm {
 | 
					.input-group .form-control-sm {
 | 
				
			||||||
  // accommodate larger font size on mobile
 | 
					  // accommodate larger font size on mobile
 | 
				
			||||||
  padding-top: .15rem;
 | 
					  padding-top: .15rem;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user