mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-30 18:15:52 +01:00 
			
		
		
		
	Fix tag position for repos with fav star (#1691)
Fixes the position of repository tags (like 'archived') when the extension point 'repository.afterTitle' is bound (for example in the landing page plugin with the fav star).
This commit is contained in:
		| @@ -61,7 +61,7 @@ import TagRoot from "../tags/container/TagRoot"; | ||||
| import { useIndexLinks, useRepository } from "@scm-manager/ui-api"; | ||||
| import styled from "styled-components"; | ||||
|  | ||||
| const TagGroup = styled.div` | ||||
| const TagGroup = styled.span` | ||||
|   font-weight: bold; | ||||
|   & > * { | ||||
|     margin-right: 0.25rem; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user