fix word-break
This commit is contained in:
		
							parent
							
								
									a6d5c71eb8
								
							
						
					
					
						commit
						9f3107b6e7
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -160,8 +160,9 @@ article code>span {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
code,
 | 
					code,
 | 
				
			||||||
pre {
 | 
					pre,
 | 
				
			||||||
    word-wrap: normal;
 | 
					a {
 | 
				
			||||||
 | 
					    word-wrap: break-word;
 | 
				
			||||||
    white-space: break-spaces;
 | 
					    white-space: break-spaces;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue