diff --git a/src/main/resources/admin.css b/src/main/resources/admin.css index 9cc56705..35ba6e5d 100644 --- a/src/main/resources/admin.css +++ b/src/main/resources/admin.css @@ -31,7 +31,8 @@ legend { color: red; } -input[type="text"] { +input[type="text"], +input[type="password"] { width: 100%; } @@ -41,4 +42,4 @@ input[type="text"] { .prnfs-template { display:none; -} \ No newline at end of file +}