From: Dominik Csapak <d.csapak@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager 1/2] ui: auto-installer: remove stray 'height' property for the command field
Date: Thu, 28 May 2026 11:27:13 +0200 [thread overview]
Message-ID: <20260528092721.1492991-1-d.csapak@proxmox.com> (raw)
there is no reason why this field should get a custom height, and on
chrome, this adds a vertical scrollbar to the field.
Simply remove it.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
ui/src/remotes/auto_installer/prepared_answer_form.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/src/remotes/auto_installer/prepared_answer_form.rs b/ui/src/remotes/auto_installer/prepared_answer_form.rs
index 4f7f4f3d..b209eb2c 100644
--- a/ui/src/remotes/auto_installer/prepared_answer_form.rs
+++ b/ui/src/remotes/auto_installer/prepared_answer_form.rs
@@ -1037,7 +1037,6 @@ pub fn render_show_secret_dialog(
Field::new()
.input_type(InputType::Password)
.class(FlexFit)
- .style("height", "2em")
.value(commandline.to_owned())
.read_only(true),
)
--
2.47.3
next reply other threads:[~2026-05-28 9:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-28 9:27 Dominik Csapak [this message]
2026-05-28 9:27 ` [PATCH datacenter-manager 2/2] ui: auto-installer: add missing keys for the input panels Dominik Csapak
2026-05-28 9:39 ` applied: [PATCH datacenter-manager 1/2] ui: auto-installer: remove stray 'height' property for the command field Lukas Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260528092721.1492991-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.