summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yaksh/templates/yaksh/grade_user.html4
-rw-r--r--yaksh/templates/yaksh/user_data.html4
-rw-r--r--yaksh/templates/yaksh/view_answerpaper.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/yaksh/templates/yaksh/grade_user.html b/yaksh/templates/yaksh/grade_user.html
index 3339177..f52e6be 100644
--- a/yaksh/templates/yaksh/grade_user.html
+++ b/yaksh/templates/yaksh/grade_user.html
@@ -230,7 +230,7 @@ Status : <b style="color: green;"> Passed </b><br/>
</tr>
</table>
{% endif %}
- <table class="table table-bordered" width="100%" id="output">
+ <table class="table table-bordered" width="100%" id="output" style="table-layout: fixed">
<col width="10%">
<col width="40%">
<col width="40%">
@@ -268,7 +268,7 @@ Status : <b style="color: green;"> Passed </b><br/>
{% endif %}
<p> <b>The following error took place: </b></p>
<div class="well well-sm">
- <table class="table table-bordered" width="100%">
+ <table class="table table-bordered" width="100%" style="table-layout: fixed">
<col width="30%">
<tr class = "active">
<td><b>Exception Name: </b></td>
diff --git a/yaksh/templates/yaksh/user_data.html b/yaksh/templates/yaksh/user_data.html
index a0219dd..73157ff 100644
--- a/yaksh/templates/yaksh/user_data.html
+++ b/yaksh/templates/yaksh/user_data.html
@@ -150,7 +150,7 @@ User IP address: {{ paper.user_ip }}
</tr>
</table>
{% endif %}
- <table class="table table-bordered" width="100%" id="output">
+ <table class="table table-bordered" width="100%" id="output" style="table-layout: fixed">
<col width="10%">
<col width="40%">
<col width="40%">
@@ -188,7 +188,7 @@ User IP address: {{ paper.user_ip }}
{% endif %}
<p> <b>The following error took place: </b></p>
<div class="well well-sm">
- <table class="table table-bordered" width="100%">
+ <table class="table table-bordered" width="100%" style="table-layout: fixed">
<col width="30%">
<tr class = "active">
<td><b>Exception Name: </b></td>
diff --git a/yaksh/templates/yaksh/view_answerpaper.html b/yaksh/templates/yaksh/view_answerpaper.html
index fa16a08..b433ad5 100644
--- a/yaksh/templates/yaksh/view_answerpaper.html
+++ b/yaksh/templates/yaksh/view_answerpaper.html
@@ -143,7 +143,7 @@
</tr>
</table>
{% endif %}
- <table class="table table-bordered" width="100%" id="output">
+ <table class="table table-bordered" width="100%" id="output" style="table-layout: fixed">
<col width="10%">
<col width="40%">
<col width="40%">
@@ -181,7 +181,7 @@
{% endif %}
<p> <b>The following error took place: </b></p>
<div class="well well-sm">
- <table class="table table-bordered" width="100%">
+ <table class="table table-bordered" width="100%" style="table-layout: fixed">
<col width="30%">
<tr class = "active">
<td><b>Exception Name: </b></td>