Skip to content

Commit

Permalink
set font-size in goal-view Message and Goal
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleJianCH committed Jan 4, 2024
1 parent d4a702e commit 997ebcc
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 997ebcc

Please sign in to comment.