Skip to content

Commit

Permalink
Stop action bar from covering bottom of agenda sort
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom committed Jun 15, 2023
1 parent 044ffe7 commit bdebcaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>{{ 'Sort agenda' | translate }}</h2>
</mat-menu>
</div>
</div>
<mat-card>
<mat-card class="spacer-bottom-60">
<div class="current-nodes">
{{ seenNodes[0] }}
<span>{{ 'of' | translate }}</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>{{ 'Call list' | translate }}</h2>
</div>
</mat-menu>

<mat-card class="os-card spacer-bottom-60">
<mat-card class="spacer-bottom-60">
<os-sorting-tree
#osSortedTree
parentKey="sort_parent_id"
Expand Down

0 comments on commit bdebcaf

Please sign in to comment.