Restore edit username in users table

* Editing usernames was accidentally removed in e7b1e17
This commit is contained in:
Jonathan Wong 2015-09-06 11:20:49 -07:00
parent 84aa727387
commit 48e601d5ff
2 changed files with 15 additions and 1 deletions

View file

@ -2196,6 +2196,9 @@ a .home-platforms-instance-list-oval:hover,
color: #fff;
cursor: pointer;
}
.edit-user-name > input[type='text'] {
margin: 0;
}
.popover {
z-index: 2;
}