forked from EVOgeek/Vmeda.Online
		
	
						commit
						99b3f3db52
					
				| @ -102,6 +102,10 @@ export class CorePolicyService { | ||||
| 
 | ||||
|         for (const i in policies) { | ||||
|             const policy = policies[i]; | ||||
|             if (policy.status !== CorePolicyStatus.Active) { | ||||
|                 continue; | ||||
|             } | ||||
| 
 | ||||
|             const hasAccepted = policy.acceptance?.status === 1; | ||||
|             const hasDeclined = policy.acceptance?.status === 0; | ||||
| 
 | ||||
|  | ||||
| @ -133,8 +133,10 @@ ion-checkbox.ion-text-wrap::part(label) { | ||||
| } | ||||
| 
 | ||||
| .item.ion-text-wrap > ion-label, | ||||
| .item.ion-text-wrap > ion-checkbox::part(label), | ||||
| ion-checkbox.ion-text-wrap::part(label) { | ||||
| .item.ion-text-wrap ion-checkbox::part(label), | ||||
| ion-checkbox.ion-text-wrap::part(label), | ||||
| .item.ion-text-wrap ion-radio::part(label), | ||||
| ion-radio.ion-text-wrap::part(label) { | ||||
|     white-space: normal !important; | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user