[O] Apply nowrap to all cards
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
// Height limit
|
// Height limit
|
||||||
max-height: 90px;
|
max-height: 90px;
|
||||||
|
|
||||||
|
// Limit name length
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-col-name
|
.course-col-name
|
||||||
@@ -17,11 +20,7 @@
|
|||||||
|
|
||||||
.course-name
|
.course-name
|
||||||
{
|
{
|
||||||
// Limit name length
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
// Font
|
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #0c6dad;
|
color: #0c6dad;
|
||||||
}
|
}
|
||||||
@@ -45,6 +44,9 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
// Adjust position
|
||||||
|
margin-top: -2px;
|
||||||
|
|
||||||
.course-grade
|
.course-grade
|
||||||
{
|
{
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
|||||||
Reference in New Issue
Block a user