MOBILE-3833 style: Fix margin on chip with non slotted icons
This commit is contained in:
		
							parent
							
								
									155ec962ed
								
							
						
					
					
						commit
						7da65f383c
					
				| @ -1054,8 +1054,15 @@ ion-button.chip { | |||||||
|     ion-icon { |     ion-icon { | ||||||
|         font-size: 16px; |         font-size: 16px; | ||||||
|         min-width: 16px; |         min-width: 16px; | ||||||
|  |         @include margin(0, 8px, 0, 0); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |     ion-label { | ||||||
|  |         white-space: normal !important; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | ion-button.chip { | ||||||
|     ion-icon[slot=start] { |     ion-icon[slot=start] { | ||||||
|         @include margin(0, 8px, 0, 0); |         @include margin(0, 8px, 0, 0); | ||||||
|     } |     } | ||||||
| @ -1063,10 +1070,6 @@ ion-button.chip { | |||||||
|     ion-icon[slot=end] { |     ion-icon[slot=end] { | ||||||
|         @include margin(0, 0, 0, 8px); |         @include margin(0, 0, 0, 8px); | ||||||
|     } |     } | ||||||
| 
 |  | ||||||
|     ion-label { |  | ||||||
|         white-space: normal !important; |  | ||||||
|     } |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| ion-chip { | ion-chip { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user