mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Move hardcoded style to CSS in WebIDE
This commit is contained in:
		@@ -3,8 +3,7 @@
 | 
				
			|||||||
  [(text)]="code"
 | 
					  [(text)]="code"
 | 
				
			||||||
  [(mode)]="language"
 | 
					  [(mode)]="language"
 | 
				
			||||||
  [theme]="theme"
 | 
					  [theme]="theme"
 | 
				
			||||||
  style="min-height: 200px; width:100%; overflow: auto;"
 | 
					  class="mt-3 mb-3 tfw-ace-editor"
 | 
				
			||||||
  class="mt-3 mb-3"
 | 
					 | 
				
			||||||
>
 | 
					>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					.tfw-ace-editor {
 | 
				
			||||||
 | 
					  min-height: 200px;
 | 
				
			||||||
 | 
					  width:100%;
 | 
				
			||||||
 | 
					  overflow: auto;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user