[O] Make the content hight constant

This commit is contained in:
Hykilpikonna
2019-10-05 15:29:50 -04:00
parent d8cce9ae11
commit 1bcf2f7410
@@ -10,6 +10,12 @@
// Limit name length
white-space: nowrap;
// Content
.course-card-content
{
height: 90px;
}
}
.course-col-name