Use a CSS class to format tabled results
This commit is contained in:
parent
6cc0f427af
commit
dcfbdf43eb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user