Skip to content

Commit 9f72bf2

Browse files
committed
Make LP description collapsible
1 parent 84e3bab commit 9f72bf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/learning_paths/show.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545

4646
<!-- Field: long description -->
4747
<div class="description">
48-
<%= render_markdown @learning_path.description %>
48+
<div class="tess-expandable">
49+
<%= render_markdown @learning_path.description %>
50+
</div>
4951
</div>
5052
</div>
5153

0 commit comments

Comments
 (0)