fix post wrapping
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
			<td style="vertical-align: middle; width: 60px;">
 | 
			
		||||
				<img style="vertical-align: middle; width: 40px;" src="data:image/png;base64,{{ post.author.gen_avatar(write_png=False) }}">
 | 
			
		||||
			</td>
 | 
			
		||||
			<td>
 | 
			
		||||
			<td style="word-break: break-word;">
 | 
			
		||||
				<a href="{{ url_for('user', username=post.author.username) }}">
 | 
			
		||||
					{{ post.author.username }}
 | 
			
		||||
				</a> says:<br>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user