mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-05 23:29:53 +01:00
Fix DangerZone spacing
This commit is contained in:
@@ -51,7 +51,7 @@ const BranchDangerZone: FC<Props> = ({ repository, branch }) => {
|
||||
<>
|
||||
<hr />
|
||||
<Subtitle subtitle={t("branch.dangerZone")} />
|
||||
<DangerZoneContainer>{dangerZone}</DangerZoneContainer>
|
||||
<DangerZoneContainer className="px-4 py-5">{dangerZone}</DangerZoneContainer>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -51,7 +51,7 @@ const TagDangerZone: FC<Props> = ({ repository, tag }) => {
|
||||
<>
|
||||
<hr />
|
||||
<Subtitle subtitle={t("tag.dangerZone")} />
|
||||
<DangerZoneContainer>{dangerZone}</DangerZoneContainer>
|
||||
<DangerZoneContainer className="px-4 py-5">{dangerZone}</DangerZoneContainer>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user