Make Student Dashboard course access error messages float to the right of the unenroll gear

This commit is contained in:
Calen Pennington
2018-10-02 14:06:47 -04:00
parent ae41ac446e
commit 13c0dd580f

View File

@@ -1342,7 +1342,7 @@ p.course-block {
.enter-course-blocked {
@include box-sizing(border-box);
@include float(left);
@include float(right);
display: block;
font: normal 15px/1.6rem $font-family-sans-serif;