Skip to content

Commit

Permalink
fixate height of charts in course viz.
Browse files Browse the repository at this point in the history
standardize on the height of the course/objectives viz across the board.
  • Loading branch information
stopfstedt committed Jul 18, 2024
1 parent 58b77e8 commit 72f06e9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
height: auto;
width: auto;

.simple-chart {
height: 80vh;
}

.simple-chart-tooltip {
.title {
p {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
height: auto;
width: auto;

.simple-chart {
height: 80vh;
}

.simple-chart-tooltip {
.title {
p {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
height: auto;
width: auto;

.simple-chart {
height: 80vh;
}

.simple-chart-tooltip {
.title {
p {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
height: auto;
width: auto;

.simple-chart {
height: 80vh;
}

.simple-chart-tooltip {
.title {
p {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
height: auto;
width: auto;

.simple-chart {
height: 80vh;
}

.simple-chart-tooltip {
.title {
p {
Expand Down

0 comments on commit 72f06e9

Please sign in to comment.