Better UX for managing teams
- Moves the add team member to an inline box, rather than a popup - Feedback bar is now used to show when a member is added, invited or removed - Fixes bugs around using the view on mobile Fixes #1509
This commit is contained in:
parent
949ceae4eb
commit
b272771147
6 changed files with 69 additions and 51 deletions
|
@ -1176,7 +1176,7 @@ a:focus {
|
|||
|
||||
@media (max-width: 767px) {
|
||||
.co-table tr.indented-row td:first-child {
|
||||
padding-left: 0px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue