Fix: table header vertical-align
This commit is contained in:
@@ -203,11 +203,11 @@
|
|||||||
<table class="table text-center">
|
<table class="table text-center">
|
||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">#</th>
|
<th class="align-middle" scope="col">#</th>
|
||||||
<th scope="col">IE (MS)</th>
|
<th class="align-middle" scope="col">IE (MS)</th>
|
||||||
<th scope="col">Edge (MS)</th>
|
<th class="align-middle" scope="col">Edge (MS)</th>
|
||||||
<th scope="col">Chrome (구글)</th>
|
<th class="align-middle" scope="col">Chrome (구글)</th>
|
||||||
<th scope="col">Firefox, Safari, ...</th>
|
<th class="align-middle" scope="col">Firefox, Safari, ...</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user