28 lines
		
	
	
		
			403 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			403 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
.CodeMirror span {
 | 
						|
  font-size: 18px;
 | 
						|
  font-family: "Ubuntu Mono";
 | 
						|
  padding-bottom: 0px;
 | 
						|
  margin-bottom: 0px;
 | 
						|
  height: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.CodeMirror {
 | 
						|
  border-radius: 5px;
 | 
						|
  height: auto;
 | 
						|
  line-height: 1 !important;
 | 
						|
}
 | 
						|
 | 
						|
.CodeMirror-linenumber {
 | 
						|
  font-size: 18px;
 | 
						|
  font-family: "Ubuntu Mono";
 | 
						|
}
 | 
						|
 | 
						|
.CodeMirror-scroll {
 | 
						|
  padding-bottom: 30px;
 | 
						|
}
 | 
						|
 | 
						|
.challenge-log .CodeMirror {
 | 
						|
  height: 100%;
 | 
						|
  width: 100%;
 | 
						|
}
 |