Set margin:0 for the inputs next to the buttons
Otherwise they've got odd spacing, and we have row-gaps anyway.
This commit is contained in:
		
							parent
							
								
									600cb45ddb
								
							
						
					
					
						commit
						d5c99b407d
					
				
					 2 changed files with 8 additions and 1 deletions
				
			
		|  | @ -31,7 +31,10 @@ h2, h3 | ||||||
| { | { | ||||||
|     margin-right: auto; |     margin-right: auto; | ||||||
| } | } | ||||||
| 
 | #right input | ||||||
|  | { | ||||||
|  |     margin: 0; | ||||||
|  | } | ||||||
| #right .confirm_holder_stage2 | #right .confirm_holder_stage2 | ||||||
| { | { | ||||||
|     display: flex; |     display: flex; | ||||||
|  |  | ||||||
|  | @ -42,6 +42,10 @@ | ||||||
| { | { | ||||||
|     display: flex; |     display: flex; | ||||||
| } | } | ||||||
|  | #right input | ||||||
|  | { | ||||||
|  |     margin: 0; | ||||||
|  | } | ||||||
| #right .spinner_holder | #right .spinner_holder | ||||||
| { | { | ||||||
|     display: flex; |     display: flex; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue