Show due_date on tasks list rather than type, as it's more used
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
.status-indicator
|
||||
transform: scale(1.2)
|
||||
|
||||
.status, .type
|
||||
.status, .type, .due_date
|
||||
display: inline-block
|
||||
margin-right: 10px
|
||||
text-transform: uppercase
|
||||
@@ -139,6 +139,15 @@
|
||||
color: $color-text-dark-secondary
|
||||
+text-overflow-ellipsis
|
||||
|
||||
.due_date
|
||||
margin-left: auto
|
||||
color: $color-text-dark-primary
|
||||
+text-overflow-ellipsis
|
||||
|
||||
&.late
|
||||
color: $color-danger
|
||||
|
||||
|
||||
.name
|
||||
padding: 10px
|
||||
+text-overflow-ellipsis
|
||||
|
Reference in New Issue
Block a user