MOBILE-2765 page: Fix iframe embedding on page module
This commit is contained in:
		
							parent
							
								
									26b7c3f377
								
							
						
					
					
						commit
						989123bc9e
					
				| @ -16,7 +16,7 @@ | ||||
| 
 | ||||
|     <div padding> | ||||
|         <core-format-text [component]="component" [componentId]="componentId" [text]="contents"></core-format-text> | ||||
|         <p class="addon-mod_page-timemodified" *ngIf="displayTimemodified && page && page.timemodified"> | ||||
|         <p padding-bottom class="addon-mod_page-timemodified" *ngIf="displayTimemodified && page && page.timemodified"> | ||||
|             {{ 'core.lastmodified' | translate}}: {{ page.timemodified * 1000 | coreFormatDate: "dfmediumdate" }} | ||||
|         </p> | ||||
|     </div> | ||||
|  | ||||
							
								
								
									
										10
									
								
								src/addon/mod/page/components/index/index.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/addon/mod/page/components/index/index.scss
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | ||||
| addon-mod-page-index { | ||||
|     /* Solves iframe height */ | ||||
|     .core-loading-content > div[padding] { | ||||
|         height: 100%; | ||||
|     } | ||||
| 
 | ||||
|     core-format-text > .no-overflow { | ||||
|         display: inline; | ||||
|     } | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user