mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +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:
2
gradle/changelog/repository_tag_position.yaml
Normal file
2
gradle/changelog/repository_tag_position.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Tag position for repository ([#1691](https://github.com/scm-manager/scm-manager/pull/1691))
|
||||
@@ -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