Fix css for archived cards and reformat

This commit is contained in:
Julius Haertl
2016-08-16 13:26:14 +02:00
parent a57d270a93
commit 3055eaa4ac
2 changed files with 391 additions and 281 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -37,7 +37,7 @@
on-remove="labelRemove($item, $model)" ng-disabled="archived">
<ui-select-match placeholder="Select labels..."><span
class="select-label"
style="background-color:#{{$item.color}}">{{$item.title}}</span>
style="background-color:#{{$item.color}}">{{$item.title}}&nbsp;</span>
</ui-select-match>
<ui-select-choices
repeat="label in boardservice.getCurrent().labels | filter:$select.search">