feat: LMS is now compatible with Frappe Theme (#17600)

* style: UI fixes for frappe_theme compatibility

* chore: minor ui fixes
This commit is contained in:
Shivam Mishra
2019-05-16 16:38:13 +05:30
committed by GitHub
parent 1bcdb094ea
commit 8a976ba8ab
11 changed files with 52 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
<div class='card-body'>
<h5 class="card-title">{{ course.course_name }}</h5>
<span class="course-list text-muted" id="getting-started">
{{ course.course_intro }}
{{ course.course_intro.substring(0,120) }}
</span>
</div>
<div class='p-3' style="display: flex; justify-content: space-between;">