Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 47b0a9a

Browse files
darkwingjasonLaster
authored andcommitted
Apply monospace font only to lists, not to 'No functions' text (#5351)
1 parent bb78cd2 commit 47b0a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PrimaryPanes/Outline.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
.outline {
66
overflow-y: auto;
7-
font-family: var(--monospace-font-family);
87
}
98

109
.outline .outline-pane-info {
@@ -21,6 +20,7 @@
2120
flex: 1 0 100%;
2221
padding: 10px 0px;
2322
margin: 0;
23+
font-family: var(--monospace-font-family);
2424
}
2525

2626
.outline-list__class-list {

0 commit comments

Comments
 (0)