mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 23:25:03 +01:00
improve name/pass fields size
This commit is contained in:
@@ -524,7 +524,7 @@
|
||||
id: "node-input-email-users-name" + id,
|
||||
class: "userName",
|
||||
type: "text",
|
||||
style: "margin-left:5px;width:100px;",
|
||||
style: "margin-left:5px;width:42%;",
|
||||
placeholder: "name"
|
||||
}).appendTo(row);
|
||||
|
||||
@@ -532,7 +532,7 @@
|
||||
id: "node-input-email-users-password" + id,
|
||||
class: "userPassword",
|
||||
type: "password",
|
||||
style: "margin: 0 auto;width:50%;min-width:20px;margin-left:5px",
|
||||
style: "margin: 0 auto;width:42%;margin-left:5px",
|
||||
placeholder: "password"
|
||||
}).appendTo(row);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user