Skip to content

Commit b257360

Browse files
authored
Merge pull request #704 from LittleJianCH/main
Fix font-size in Coq Goals
2 parents 1ae429c + 997ebcc commit b257360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/goal-view-ui/src/components/atoms/PpString.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
margin-top: 12px;
33
width: 100%;
44
font-family: var(--vscode-editor-font-family);
5+
font-size: var(--vscode-editor-font-size);
56
}
67

78
.Error {
@@ -22,6 +23,7 @@
2223

2324
.Goal {
2425
font-family: var(--vscode-editor-font-family);
26+
font-size: var(--vscode-editor-font-size);
2527
color: var(--vscode-editor-foreground);
2628
white-space: pre-wrap;
2729
width: 100%;

0 commit comments

Comments
 (0)