Reduce size of first column in table with results

The size is set to a smaller fixed width. This improves the layout of
the remaining columns.
This commit is contained in:
Carsten Grohmann 2020-11-19 11:36:27 +01:00
parent cc6384903a
commit 6cc0f427af

View File

@ -67,6 +67,10 @@
width: 100%; width: 100%;
} }
.result__table--size-col-1 {
width: 300px;
}
.pstable__table--noborder { .pstable__table--noborder {
border: none; border: none;
text-align: right; text-align: right;
@ -258,16 +262,11 @@ function goBack() {
The last column contains further details and additional information. The last column contains further details and additional information.
</p> </p>
<table> <table>
<!-- <colgroup>
<thead> <col class="result__table--size-col-1">
<tr> <col>
<th scope="col"></th> <col>
<th scope="col">Entry</th> </colgroup>
<th scope="col">Description</th>
</tr>
</thead>
-->
<tbody>
<!-- Trigger process --> <!-- Trigger process -->