Skip to content

Commit

Permalink
Make font size similar to plan nodes in main chart
Browse files Browse the repository at this point in the history
Prevents node indexes to be too small
  • Loading branch information
pgiraud committed Dec 31, 2020
1 parent 8941383 commit c41fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/_plan-diagram.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
&.node-index,
&.node-type,
&.subplan {
font-size: $font-size-sm;
font-size: $font-size-base;
}
&.node-type {
text-transform: uppercase;
Expand Down

0 comments on commit c41fc2b

Please sign in to comment.