revert: restore horizontal scroll table layout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -322,23 +322,14 @@ article.card {
|
|||||||
|
|
||||||
table.align-middle {
|
table.align-middle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.align-middle td,
|
table.align-middle td,
|
||||||
table.align-middle th {
|
table.align-middle th {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.align-middle td.wrap,
|
|
||||||
table.align-middle th.wrap {
|
|
||||||
white-space: normal;
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Breadcrumb */
|
/* Breadcrumb */
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -89,17 +89,6 @@
|
|||||||
<article class="card">
|
<article class="card">
|
||||||
<div class="table-scroll">
|
<div class="table-scroll">
|
||||||
<table class="align-middle">
|
<table class="align-middle">
|
||||||
<colgroup>
|
|
||||||
<col style="width:4%">
|
|
||||||
<col style="width:15%">
|
|
||||||
<col style="width:28%">
|
|
||||||
<col style="width:10%">
|
|
||||||
<col style="width:10%">
|
|
||||||
<col style="width:6%">
|
|
||||||
<col style="width:15%">
|
|
||||||
<col style="width:5%">
|
|
||||||
<col style="width:5%">
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user