add overflow to post preview in topic view
This commit is contained in:
		@@ -443,6 +443,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
 | 
			
		||||
  border-bottom: 1px solid black;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.thread-info-post-preview {
 | 
			
		||||
 
 | 
			
		||||
@@ -455,6 +455,7 @@ input[type="text"], input[type="password"], textarea, select {
 | 
			
		||||
  border-bottom: 1px solid black;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.thread-info-post-preview {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user