From 6d058d4c7d65545823988c95e74428e747eaac55 Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Fri, 13 Feb 2026 08:25:32 +0100 Subject: [PATCH] [style](trx-frontend-http): align login button width with passphrase field Add box-sizing: border-box to both the passphrase input and login button to ensure padding is included in width calculations. This makes them exactly the same width visually. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stanislaw Grams --- .../trx-frontend/trx-frontend-http/assets/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index f539307..cd00043 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -33,8 +33,8 @@
Enter passphrase to continue
- - + +