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:
Your Name
2026-05-19 20:14:18 +03:00
parent d53b8b60c9
commit 1cadd41d26
2 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>АСУ Инвентаризация</title> <title>АСУ Инвентаризация</title>
<link rel="stylesheet" href="/app/bootstrap.min.css" /> <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> </head>
<body> <body>
<header class="no-print"> <header class="no-print">

View File

@@ -192,6 +192,13 @@ td.inv-col, th.inv-col {
padding: 2px 2px; padding: 2px 2px;
} }
.byaud-table th,
.allequip-table th {
white-space: normal;
word-break: break-all;
line-height: 1.2;
}
/* byAud table: Название и Расположение — приоритет */ /* byAud table: Название и Расположение — приоритет */
.byaud-table { .byaud-table {
table-layout: fixed; table-layout: fixed;