Skip to content

Commit

Permalink
Readded class to height-progress to allow (#1813)
Browse files Browse the repository at this point in the history
referencing the total height as was possible by
themes in version 2.1.1 (allows fixing the NOX
and Focus themes).
  • Loading branch information
thegarbz committed May 18, 2021
1 parent e491e60 commit 9f702ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/height-progress/height-progress.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<ng-container i18n="@@height-of">
of
</ng-container>
{{ height.total >= 0 ? height.total : '---' }}
<span class="height-indication__total-height">
{{ height.total >= 0 ? height.total : '---' }}
</span>
</span>
</ng-template>

0 comments on commit 9f702ae

Please sign in to comment.