Skip to content

Commit 20f1575

Browse files
committed
fix: Description content should use sans-serif
1 parent 508071f commit 20f1575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/plugin-codeflare/web/scss/components/Dashboard/Description.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
margin: 0;
2222
}
2323
.pf-c-description-list {
24+
font-family: var(--font-sans-serif);
2425
grid-template-columns: 1fr;
2526
padding: 0 1em;
2627
}

0 commit comments

Comments
 (0)