From 2a41c5fd0a4d07cf3b9303940207a2a23c6d2bbb Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Wed, 4 Feb 2026 16:59:46 +0300 Subject: [PATCH] Add row copy action and improve table bottom spacing --- public/index.html | 3 ++ public/js/operations.js | 62 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/public/index.html b/public/index.html index af57752..dbd9f39 100644 --- a/public/index.html +++ b/public/index.html @@ -455,6 +455,8 @@ display: flex; flex-direction: column; min-height: 0; + padding-bottom: 16px; + box-sizing: border-box; } @@ -504,6 +506,7 @@