From 8e3cce0bb07c82738177547a12a724a0a29950d8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 19 May 2026 20:17:28 +0300 Subject: [PATCH] style: set table cell padding to 1px on mobile Co-Authored-By: Claude Sonnet 4.6 --- frontend/index.html | 2 +- frontend/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 654a3a8..b41070e 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ АСУ Инвентаризация - +
diff --git a/frontend/styles.css b/frontend/styles.css index ceb1033..88273e0 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -189,7 +189,7 @@ td.inv-col, th.inv-col { .table td, .table th { font-size: 11px; - padding: 1px 2px; + padding: 1px; } .byaud-table th,