Use a CSS class to format tabled results

This commit is contained in:
Carsten Grohmann 2020-11-19 11:54:20 +01:00
parent 6cc0f427af
commit dcfbdf43eb

View File

@ -59,7 +59,7 @@
max-height: 200px;
}
table {
.result__table {
border-collapse: collapse;
padding: 10px;
table-layout: fixed;
@ -261,7 +261,7 @@ function goBack() {
including the original OOM identifier in brackets. The extracted information is displayed in the second column.
The last column contains further details and additional information.
</p>
<table>
<table class="result__table">
<colgroup>
<col class="result__table--size-col-1">
<col>