Fix column-back-button style for some browsers (#4484)
Use `text-align: unset` instead of `text-align: start` which Edge doesn't support for now. Also remove default margin on Safari.
This commit is contained in:
		
					parent
					
						
							
								ac53736814
							
						
					
				
			
			
				commit
				
					
						94e233e7b2
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1590,8 +1590,9 @@ | |||
|   flex: 0 0 auto; | ||||
|   font-size: 16px; | ||||
|   border: 0; | ||||
|   text-align: start; | ||||
|   text-align: unset; | ||||
|   padding: 15px; | ||||
|   margin: 0; | ||||
|   z-index: 3; | ||||
| 
 | ||||
|   &:hover { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue