Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 3e76327

Browse files
committed
fix(plugins/plugin-client-common): regression in tooltip font size
1 parent 35a9aa5 commit 3e76327

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/plugin-client-common/web/scss/components/Tooltip/PatternFly.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ $bgcolor: var(--color-base06);
2222
background-color: $bgcolor;
2323

2424
&[data-is-markdown] {
25+
.pf-c-content {
26+
font-size: inherit;
27+
}
2528
.pf-c-tooltip__content {
2629
padding: 0;
2730
font-size: 0.75rem;
@@ -56,7 +59,6 @@ $bgcolor: var(--color-base06);
5659

5760
p {
5861
padding-top: 0;
59-
padding-bottom: 0;
6062
}
6163

6264
p + p {

0 commit comments

Comments
 (0)