Use a CSS class to format tabled results
This commit is contained in:
parent
6cc0f427af
commit
dcfbdf43eb
@ -59,7 +59,7 @@
|
|||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
.result__table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
table-layout: fixed;
|
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.
|
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.
|
The last column contains further details and additional information.
|
||||||
</p>
|
</p>
|
||||||
<table>
|
<table class="result__table">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="result__table--size-col-1">
|
<col class="result__table--size-col-1">
|
||||||
<col>
|
<col>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user