Fix poll options checkboxes/radio buttons not being vertically centered (#11833)
This commit is contained in:
		
							parent
							
								
									7f7f8cac37
								
							
						
					
					
						commit
						df8b1b3547
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -79,6 +79,9 @@
 | 
				
			||||||
    top: -1px;
 | 
					    top: -1px;
 | 
				
			||||||
    border-radius: 50%;
 | 
					    border-radius: 50%;
 | 
				
			||||||
    vertical-align: middle;
 | 
					    vertical-align: middle;
 | 
				
			||||||
 | 
					    margin-top: auto;
 | 
				
			||||||
 | 
					    margin-bottom: auto;
 | 
				
			||||||
 | 
					    flex: 0 0 18px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &.checkbox {
 | 
					    &.checkbox {
 | 
				
			||||||
      border-radius: 4px;
 | 
					      border-radius: 4px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue