Show assignee on card only when someone is assigned

This commit is contained in:
Frederic Guillot
2015-09-25 20:12:34 -04:00
parent 55afa4fd78
commit 040864863f
5 changed files with 11 additions and 4 deletions

View File

@@ -31,10 +31,15 @@ div.task-board-status-closed {
text-decoration: underline;
}
.task-board-expanded {
display: inline;
}
.task-board-collapsed {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline;
}
a.task-board-collapsed-title {
@@ -42,7 +47,6 @@ a.task-board-collapsed-title {
}
.task-board .dropdown {
float: left;
margin-right: 5px;
font-size: 1.1em;
}