[O] Make the chart full width (for now)

This commit is contained in:
Hykilpikonna
2019-10-20 18:40:35 -04:00
parent aa78e850bb
commit 4df2726b95
+2 -2
View File
@@ -4,12 +4,12 @@
<div class="course-card-content expand">
<el-row>
<el-col :span="14">
<el-col :span="24">
<el-card class="large overall-line-card vertical-center">
<course-scatter :course="course"></course-scatter>
</el-card>
</el-col>
<el-col :span="10">
<el-col :span="0">
</el-col>
</el-row>