remove div in h1 for stepper

This commit is contained in:
Tykayn 2022-02-16 11:53:53 +01:00 committed by tykayn
parent c727c4e316
commit 80736d111f
1 changed files with 4 additions and 4 deletions

View File

@ -67,17 +67,17 @@
</span>
</span>
<div *ngIf="pollService.step_current > 1">
<span *ngIf="pollService.step_current > 1">
<span class="step-title-poll poll-title-filled" *ngIf="pollService.form.value.title.length">
{{ pollService.form.value.title }}
</span>
<span class="step-title-poll poll-title-empty" *ngIf="!pollService.form.value.title.length">
{{ 'nav.no_title' | translate }}
</span>
</div>
<div class="step-counter-text">
</span>
<span class="step-counter-text">
{{ 'nav.step' | translate }} {{ step_current }} {{ 'nav.on' | translate }} {{ step_max }}
</div>
</span>
</h1>
<button class="is-visible-smallest-screen pull-right menu-button" (click)="toggle_mobile_menu()">
{{ 'nav.menu' | translate }}