mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01:00 
			
		
		
		
	Fix the width of input fields within login/reg box
This is so they do not expand outside of the login area. (280px = 300px - 2px - 18px, 2px for borders, 18px for padding)
This commit is contained in:
		
							parent
							
								
									bb70622b55
								
							
						
					
					
						commit
						029602fc73
					
				@ -45,7 +45,7 @@ limitations under the License.
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mx_Login_field {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    width: 280px;
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
    border: 1px solid $strong-input-border-color;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user