mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Minor tweak to tag list (#18295)
Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me.
This commit is contained in:
		| @@ -1978,8 +1978,12 @@ | ||||
|     } | ||||
|  | ||||
|     #tags-table { | ||||
|       .tag { | ||||
|         padding: 8px 12px; | ||||
|       } | ||||
|  | ||||
|       .release-tag-name { | ||||
|         font-size: 1.5rem; | ||||
|         font-size: 20px; | ||||
|         font-weight: normal; | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user