mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fixed topics margin (#9248)
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							7ccaf54140
						
					
				
				
					commit
					e80fe201c0
				
			@@ -899,6 +899,7 @@ tbody.commit-list{vertical-align:baseline}
 | 
			
		||||
#new-dependency-drop-list .text{width:100%;overflow:hidden}
 | 
			
		||||
#manage_topic{font-size:12px}
 | 
			
		||||
.label+#manage_topic{margin-left:5px}
 | 
			
		||||
.ui.small.label.topic{margin-bottom:4px}
 | 
			
		||||
.repo-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
 | 
			
		||||
.repo-header .repo-buttons{display:flex;align-items:center}
 | 
			
		||||
.repo-buttons .disabled-repo-button .label{opacity:.5}
 | 
			
		||||
 
 | 
			
		||||
@@ -2432,6 +2432,10 @@ tbody.commit-list {
 | 
			
		||||
    margin-left: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.small.label.topic {
 | 
			
		||||
    margin-bottom: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repo-header {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user