Commit b6d40db 1 parent 5857ef3 commit b6d40db Copy full SHA for b6d40db
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ to wrap around when there isn't enough space.
93
93
// The default gap between the rows in horizontal lists is too large
94
94
.pf-v6-c-description-list.pf-m-horizontal-on-sm ,
95
95
.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
97
97
}
98
98
99
99
.pf-v6-c-description-list {
@@ -103,6 +103,11 @@ to wrap around when there isn't enough space.
103
103
> hr {
104
104
border-block-start : none ;
105
105
}
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
+ }
106
111
}
107
112
108
113
.pf-v6-c-modal-box.pf-m-align-top {
You can’t perform that action at this time.
0 commit comments