Skip to content

Commit

Permalink
Merge pull request #704 from LittleJianCH/main
Browse files Browse the repository at this point in the history
Fix font-size in Coq Goals
  • Loading branch information
rtetley authored Jan 30, 2024
2 parents 1ae429c + 997ebcc commit b257360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/goal-view-ui/src/components/atoms/PpString.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
margin-top: 12px;
width: 100%;
font-family: var(--vscode-editor-font-family);
font-size: var(--vscode-editor-font-size);
}

.Error {
Expand All @@ -22,6 +23,7 @@

.Goal {
font-family: var(--vscode-editor-font-family);
font-size: var(--vscode-editor-font-size);
color: var(--vscode-editor-foreground);
white-space: pre-wrap;
width: 100%;
Expand Down

0 comments on commit b257360

Please sign in to comment.