Skip to content

Commit

Permalink
Change font family for class yaml (argoproj#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
changhc authored Mar 9, 2020
1 parent d119475 commit 175b164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ui/src/app/shared/components/yaml/yaml.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
.yaml {
margin: 10px;
padding: 10px;
font: normal 13px/1.2 'Courier', sans-serif;
font: normal 13px/1.2 'Courier New', monospace;
white-space: pre;
color: $argo-color-gray-7;
border-color: $argo-color-gray-2;;
border-width: thin;
border-style: inset;
overflow-y: scroll;
width: 100%;
min-height: 300px;
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'node_modules/argo-ui/src/styles/config';

.workflow-yaml-viewer {
font: normal 13px/1.2 'Courier', sans-serif;
font: normal 13px/1.2 'Courier New', monospace;
color: $argo-color-gray-7;
overflow-y: scroll;

Expand Down

0 comments on commit 175b164

Please sign in to comment.