From 1cadd41d26e97c3faa21744cabcca529b858b8ef Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 19 May 2026 20:14:18 +0300 Subject: [PATCH] style: wrap table headers at ~5 chars on mobile with word-break break-all Co-Authored-By: Claude Sonnet 4.6 --- frontend/index.html | 2 +- frontend/styles.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index a3bff7b..3e675d9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ АСУ Инвентаризация - +
diff --git a/frontend/styles.css b/frontend/styles.css index 51e6527..5bb412d 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -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;