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:
parent
cc6384903a
commit
6cc0f427af
@ -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 -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user