Skip to content

Commit c7cfe47

Browse files
committed
feat: #529 responsive layout for time-clock screen
1 parent 4cc9013 commit c7cfe47

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app/modules/time-clock/pages/time-clock.component.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@
1313
</p>
1414
</div>
1515
</div>
16-
16+
1717
<app-project-list-hover></app-project-list-hover>
1818
<div *ngIf="areFieldsVisible">
1919
<app-entry-fields></app-entry-fields>
2020
</div>
2121

2222
<div class="form-group">
23-
<button *ngIf="areFieldsVisible" class="btn btn-primary btn-block" type="button" (click)="clockOut()">
24-
Clock Out
25-
</button>
23+
<button *ngIf="areFieldsVisible" class="btn btn-primary btn-block" type="button" (click)="clockOut()">Clock Out</button>
2624
</div>
2725
</div>

0 commit comments

Comments
 (0)