public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager 1/2] ui: auto-installer: remove stray 'height' property for the command field
@ 2026-05-28  9:27 Dominik Csapak
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Dominik Csapak @ 2026-05-28  9:27 UTC (permalink / raw)
  To: pdm-devel

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-28  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28  9:27 [PATCH datacenter-manager 1/2] ui: auto-installer: remove stray 'height' property for the command field Dominik Csapak
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal