Fix padding in mobile view of triggers
Fixes https://www.pivotaltracker.com/story/show/141245867
This commit is contained in:
parent
f2750ba645
commit
5a2a72bfac
2 changed files with 7 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<table class="co-table" style="margin-top: 20px;">
|
||||
<table class="co-table">
|
||||
<thead>
|
||||
<td class="checkbox-col"></td>
|
||||
<td ng-class="$ctrl.TableService.tablePredicateClass('id', $ctrl.local.namespaceOptions.predicate, $ctrl.local.namespaceOptions.reverse)">
|
||||
|
|
Reference in a new issue