[O] Apply nowrap to all cards

This commit is contained in:
Hykilpikonna
2019-10-05 14:04:06 -04:00
parent 141c192017
commit 78fbd342d9
@@ -7,6 +7,9 @@
// Height limit
max-height: 90px;
// Limit name length
white-space: nowrap;
}
.course-col-name
@@ -17,11 +20,7 @@
.course-name
{
// Limit name length
white-space: nowrap;
overflow: hidden;
// Font
font-size: 22px;
color: #0c6dad;
}
@@ -45,6 +44,9 @@
text-align: right;
float: right;
// Adjust position
margin-top: -2px;
.course-grade
{
font-size: 21px;