diff options
author | adityacp | 2020-12-15 22:45:33 +0530 |
---|---|---|
committer | adityacp | 2020-12-15 22:45:33 +0530 |
commit | 2a5036a6d6f4b7ad05289f2305bded11e51b7a0f (patch) | |
tree | 05b68361f232ad5839f12daa35028bfb5166e0d9 /yaksh | |
parent | 892972229c3952b5ba9a77bef2ce2e0cece5677f (diff) | |
download | online_test-2a5036a6d6f4b7ad05289f2305bded11e51b7a0f.tar.gz online_test-2a5036a6d6f4b7ad05289f2305bded11e51b7a0f.tar.bz2 online_test-2a5036a6d6f4b7ad05289f2305bded11e51b7a0f.zip |
Fix table issue in course modules page
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> |