mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-10-31 17:08:12 +01:00 
			
		
		
		
	allows code to break for small screens only
This commit is contained in:
		| @@ -44,6 +44,9 @@ html, body { | ||||
|     "content" | ||||
|     "footer"; | ||||
|   } | ||||
|   code { | ||||
|     word-break: break-all; | ||||
|   } | ||||
| } | ||||
|  | ||||
| @media only screen and (min-width: 1000px) { | ||||
| @@ -118,8 +121,8 @@ code { | ||||
|   color: #c7254e; | ||||
|   background-color: #f9f2f4; | ||||
|   border-radius: 4px; | ||||
|   max-width: 800px; | ||||
|   word-wrap: break-word; | ||||
|   max-width: 800px; | ||||
|   white-space: normal; | ||||
|   display: inline-block; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user