Merge pull request #3607 from alfonso-salces/MOBILE-4291
MOBILE-4291 AddonUserProfile: Add margin-right in checkbox
This commit is contained in:
		
						commit
						dd5c80e9a4
					
				| @ -1,9 +1,19 @@ | ||||
| @import "~theme/globals"; | ||||
| 
 | ||||
| :host { | ||||
|     --text-overflow: initial; | ||||
|     --white-space: normal; | ||||
| 
 | ||||
|     .item-heading { | ||||
|         white-space: normal; | ||||
|     } | ||||
| 
 | ||||
|     ion-label { | ||||
|         @include padding-horizontal(null, .5rem); | ||||
| 
 | ||||
|         .label-text { | ||||
|             text-overflow: var(--text-overflow); | ||||
|             white-space: var(--white-space); | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  | ||||
							
								
								
									
										3
									
								
								src/addons/userprofilefield/menu/component/menu.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								src/addons/userprofilefield/menu/component/menu.scss
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | ||||
| .item-heading { | ||||
|     white-space: normal; | ||||
| } | ||||
| @ -23,6 +23,7 @@ import { CoreUserProfileFieldBaseComponent } from '@features/user/classes/base-p | ||||
| @Component({ | ||||
|     selector: 'addon-user-profile-field-menu', | ||||
|     templateUrl: 'addon-user-profile-field-menu.html', | ||||
|     styleUrls: ['./menu.scss'], | ||||
| }) | ||||
| export class AddonUserProfileFieldMenuComponent extends CoreUserProfileFieldBaseComponent { | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user