diff options
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/templates/yaksh/course_modules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/course_modules.html b/yaksh/templates/yaksh/course_modules.html index 75b6046..39b9c97 100644 --- a/yaksh/templates/yaksh/course_modules.html +++ b/yaksh/templates/yaksh/course_modules.html @@ -122,7 +122,7 @@ </div> <div id="collapse-{{module.id}}" class="collapse hide" data-parent="#accordion-{{module.id}}"> <div class="card-body"> - <table class="table yakshwell"> + <table class="table table-responsive-sm"> {% for unit in module.get_learning_units %} <tr> <td> |