[O] Make size larger for debug

This commit is contained in:
Hykilpikonna
2019-10-05 15:41:52 -04:00
parent 7266cf0d80
commit 622cd524e5
@@ -6,7 +6,7 @@
margin-left: 20px; margin-left: 20px;
// Height limit // Height limit
max-height: 120px; max-height: 250px;
// Limit name length // Limit name length
white-space: nowrap; white-space: nowrap;
@@ -32,7 +32,7 @@
// Expansion content // Expansion content
.course-card-content.expand.notification .course-card-content.expand.notification
{ {
height: 20px; height: 1000px;
} }
} }