sheet.xsl: fix word wrap
This commit is contained in:
		@@ -21,6 +21,8 @@
 | 
				
			|||||||
				body {
 | 
									body {
 | 
				
			||||||
					overflow-wrap: anywhere;
 | 
										overflow-wrap: anywhere;
 | 
				
			||||||
					word-wrap: anywhere;
 | 
										word-wrap: anywhere;
 | 
				
			||||||
 | 
										word-break: break-word;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					font-family: sans-serif;
 | 
										font-family: sans-serif;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user