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"> <table class="table table-borderless">
<thead> <thead>
<tr> <tr>
<th>Question</th> <th width="50%">Question</th>
<th>Answer</th> <th>Answer</th>
</tr> </tr>
</thead> </thead>

View File

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

View File

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