mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Improve issue history dialog and make poster can delete their own history (#27323)
Fix #27313 (see the comment) And some UI improvements: ### Before   ### After   
This commit is contained in:
		@@ -2578,12 +2578,14 @@ tbody.commit-list {
 | 
			
		||||
 | 
			
		||||
.comment-diff-data {
 | 
			
		||||
  background: var(--color-code-bg);
 | 
			
		||||
  min-height: 12em;
 | 
			
		||||
  max-height: calc(100vh - 10.5rem);
 | 
			
		||||
  overflow-y: auto;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.comment-diff-data pre {
 | 
			
		||||
  line-height: 18px;
 | 
			
		||||
  margin: 1em;
 | 
			
		||||
  white-space: pre-wrap;
 | 
			
		||||
  word-break: break-all;
 | 
			
		||||
  overflow-wrap: break-word;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user