mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 09:09:25 +08:00 
			
		
		
		
	Removes inline-block from console output in docs
This was causing the output to wrap in chrome on ipad and only the ipad. Not quite sure why it was needed in the first place so it's gone.
This commit is contained in:
		 Phil Scott
					Phil Scott
				
			
				
					committed by
					
						 Patrik Svensson
						Patrik Svensson
					
				
			
			
				
	
			
			
			 Patrik Svensson
						Patrik Svensson
					
				
			
						parent
						
							450d87f5d3
						
					
				
				
					commit
					cb8dc97847
				
			| @@ -33647,7 +33647,7 @@ code.language-markup .token.script .token.keyword { | ||||
|   border-style: solid; | ||||
|   cursor: text; | ||||
|   border-width: 0.5em; | ||||
|   font-family: 'Cascadia Code PL', 'Cascadia Code', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace, monospace; | ||||
|   font-family: 'Cascadia Code PL', 'Cascadia Code', Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace; | ||||
|   line-height: 1; | ||||
| } | ||||
| 
 | ||||
| @@ -33664,11 +33664,6 @@ code.language-markup .token.script .token.keyword { | ||||
|   line-height: 1rem; | ||||
| } | ||||
| 
 | ||||
| .asciinema-terminal .line span { | ||||
|   padding: 0; | ||||
|   display: inline-block; | ||||
| } | ||||
| 
 | ||||
| .asciinema-terminal .line { | ||||
|   display: block; | ||||
| } | ||||
|   | ||||
| @@ -257,10 +257,6 @@ code.language-markup .token.script .token.keyword { | ||||
|     overflow: hidden; | ||||
|     line-height: 1rem; | ||||
|   } | ||||
|   .asciinema-terminal .line span { | ||||
|     padding: 0; | ||||
|     display: inline-block; | ||||
|   } | ||||
|   .asciinema-terminal .line { | ||||
|     display: block; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user