Skip to content
Snippets Groups Projects
Commit 7ba8dbb9 authored by Tom Needham's avatar Tom Needham
Browse files

Don't truncate users email

parent 122f7e4c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ input#openid, input#webdav { width:20em; }
#passworderror { display:none; }
#passwordchanged { display:none; }
input#identity { width:20em; }
#email { width: 17em; }
.msg.success{ color:#fff; background-color:#0f0; padding:3px; text-shadow:1px 1px #000; }
.msg.error{ color:#fff; background-color:#f00; padding:3px; text-shadow:1px 1px #000; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment