Skip to content
Snippets Groups Projects
Commit 2182ae0d authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #15431 from owncloud/displayname-width

widen displayName input field
parents 6cc3fd92 44a8160b
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,19 @@ input#openid, input#webdav { width:20em; }
font-weight: bold;
}
#displaynameerror { display:none; }
#displaynamechanged { display:none; }
input#identity { width:20em; }
#email { width: 17em; }
#displaynameerror {
display: none;
}
#displaynamechanged {
display: none;
}
input#identity {
width: 20em;
}
#displayName,
#email {
width: 17em;
}
#avatar .warning {
width: 350px;
......
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