Skip to content

Commit 7243f4e

Browse files
ACM-16417 Fix redirect on click + spacing (stolostron#4164)
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
1 parent dca43ba commit 7243f4e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/src/routes/Applications/components/LabelWithPopover.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function LabelWithPopover(props: {
3232
event.nativeEvent.preventDefault()
3333
}}
3434
color="grey"
35-
href="#"
3635
icon={props.labelIcon}
3736
>
3837
{props.labelContent}

frontend/src/routes/Applications/css/ResourceLabels.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
--pf-v5-c-popover__content--PaddingLeft: var(--pf-v5-c-popover__content--Padding);
1414
--pf-v5-c-popover__content--PaddingBottom: var(--pf-v5-c-popover__content--Padding);
1515
--pf-v5-c-popover__content--PaddingRight: var(--pf-v5-c-popover__content--Padding);
16-
--pf-v5-c-popover--c-button--sibling--PaddingRight: var(--pf-v5-c-popover__content--Padding);
17-
--pf-v5-c-popover--c-button--Right: var(--pf-v5-c-popover__content--Padding);
16+
--pf-v5-c-popover__close--Right: 0;
1817
}
1918
.label-with-popover.pf-v5-c-popover .pf-v5-c-popover__content .pf-v5-c-button {
2019
--pf-v5-c-button--PaddingTop: 1rem;

0 commit comments

Comments
 (0)