style: wrap table headers at ~5 chars on mobile with word-break break-all
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>АСУ Инвентаризация</title>
|
||||
<link rel="stylesheet" href="/app/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/app/styles.css?v=7" />
|
||||
<link rel="stylesheet" href="/app/styles.css?v=8" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="no-print">
|
||||
|
||||
@@ -192,6 +192,13 @@ td.inv-col, th.inv-col {
|
||||
padding: 2px 2px;
|
||||
}
|
||||
|
||||
.byaud-table th,
|
||||
.allequip-table th {
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
/* byAud table: Название и Расположение — приоритет */
|
||||
.byaud-table {
|
||||
table-layout: fixed;
|
||||
|
||||
Reference in New Issue
Block a user