Skip to content

Commit b6d40db

Browse files
committed
fix DescriptionList row spacing, override DLTerm bold text
1 parent 5857ef3 commit b6d40db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkg/lib/patternfly/patternfly-6-overrides.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ to wrap around when there isn't enough space.
9393
// The default gap between the rows in horizontal lists is too large
9494
.pf-v6-c-description-list.pf-m-horizontal-on-sm,
9595
.pf-v6-c-description-list.pf-m-horizontal {
96-
--pf-v6-c-description-list--RowGap: --pf-t--global--spacer--300; // 1rem
96+
--pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--300); // 1rem
9797
}
9898

9999
.pf-v6-c-description-list {
@@ -103,6 +103,11 @@ to wrap around when there isn't enough space.
103103
> hr {
104104
border-block-start: none;
105105
}
106+
107+
// FIXME @tmatus description list term is not bold when using the default value
108+
.pf-v6-c-description-list__term {
109+
font-weight: var(--pf-t--global--font--weight--400);
110+
}
106111
}
107112

108113
.pf-v6-c-modal-box.pf-m-align-top {

0 commit comments

Comments
 (0)