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:
René Pfeuffer
2021-06-09 09:05:13 +02:00
committed by GitHub
parent b14fa86550
commit 017708fc6f
2 changed files with 3 additions and 1 deletions

View File

@@ -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;