Skip to content

Commit

Permalink
fix: Do not change the mont navigation layout for different media sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreroggeri committed Nov 22, 2019
1 parent f07ceb1 commit 633de88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container" fxLayout="column" fxLayoutGap="20px">
<div fxLayout="row" fxLayout.lt-md="column" fxLayoutAlign="start start">
<div fxLayout="row" fxLayoutAlign="start start">
<button mat-icon-button (click)="previousMonth()">
<mat-icon>keyboard_arrow_left</mat-icon>
</button>
Expand Down

0 comments on commit 633de88

Please sign in to comment.