Commit 316bb5f1 by FE

Merge branch 'student-register'

parents 4be83d21 81f7b44a
...@@ -31,12 +31,15 @@ ...@@ -31,12 +31,15 @@
} }
.college-course__title { .college-course__title {
display: -webkit-box;
margin: 8px 0 0; margin: 8px 0 0;
padding-left: 5px; padding-left: 5px;
font-size: 14px; font-size: 14px;
color: #525C65; color: #525C65;
line-height: 16px; line-height: 16px;
// text-overflow: ellipsis; overflow: hidden;
// white-space: nowrap; text-overflow: ellipsis;
// overflow: hidden; -webkit-line-clamp: 2;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment