revert: restore horizontal scroll table layout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mguschin
2026-05-13 21:11:54 +03:00
parent db0a3bb4d6
commit 75513e647d
2 changed files with 0 additions and 20 deletions

View File

@@ -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;

View File

@@ -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>