From 1cc60c8a1098ac4987d8b8ac8c78da28a498c960 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 28 Feb 2026 20:51:27 +0100 Subject: [PATCH] [style](trx-frontend-http): align wfm control button sizing Co-authored-by: Codex Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index a18710f..7163955 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -186,6 +186,12 @@ input.status-input, select.status-input { width: 100%; padding: 0.45rem 0.5rem; width: auto; font-size: 0.9rem; } +.wfm-control button.status-input { + padding: 0.45rem 0.5rem; + height: auto; + line-height: 1.2; + box-sizing: border-box; +} .controls-col-center::after { content: ""; display: block;