diff --git a/epicyon-profile.css b/epicyon-profile.css index e1cc91c4d..1fc7ecb5c 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1512,7 +1512,7 @@ div.container { color: var(--time-color); margin: var(--time-vertical-align) 20px; } - input[type=text], select, textarea { + input[type=text], input[type=password], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; @@ -2166,7 +2166,7 @@ div.container { color: var(--time-color); margin: var(--time-vertical-align-mobile) 20px; } - input[type=text], select, textarea { + input[type=text], input[type=password], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc;