mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-10-31 08:58:11 +01:00 
			
		
		
		
	fix sizing/wordbreak malfunction in firefox
This commit is contained in:
		
							
								
								
									
										12
									
								
								css/css.css
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								css/css.css
									
									
									
									
									
								
							| @@ -5,7 +5,6 @@ html, body { | ||||
|   background-color: #060606; | ||||
|   margin: 0; | ||||
|   word-break: break-word; | ||||
|   word-break: break-all; | ||||
| } | ||||
|  | ||||
| .grid { | ||||
| @@ -27,6 +26,10 @@ html, body { | ||||
|   grid-area: content; | ||||
| } | ||||
|  | ||||
| .content p { | ||||
|   word-break: break-all; | ||||
| } | ||||
|  | ||||
| .sidebar { | ||||
|   grid-area: sidebar; | ||||
| } | ||||
| @@ -160,6 +163,13 @@ div { | ||||
|   transition: all .5s ease-out; | ||||
| } | ||||
|  | ||||
| .contents-list { | ||||
|   font-size: 0.9em; | ||||
| } | ||||
|  | ||||
| nav .heading { | ||||
|   word-break: normal; | ||||
| } | ||||
| .recipe { | ||||
|   display: block; | ||||
|   width: 90%; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user