fix: set table column widths to 50% on profile

This commit is contained in:
James Graham
2021-03-10 11:48:14 +00:00
parent df13bcf46d
commit 6f72244331
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
<table class="table table-borderless">
<thead>
<tr>
<th>Question</th>
<th width="50%">Question</th>
<th>Answer</th>
</tr>
</thead>

View File

@@ -1,7 +1,7 @@
<table class="table table-borderless">
<thead>
<tr>
<th>Question</th>
<th width="50%">Question</th>
<th>Answer</th>
</tr>
</thead>

View File

@@ -1,7 +1,7 @@
<table class="table table-borderless">
<thead>
<tr>
<th>Question</th>
<th width="50%">Question</th>
<th>Answer</th>
</tr>
</thead>