Skip to content
Snippets Groups Projects
Commit f9e7df92 authored by pnogal's avatar pnogal
Browse files

Change flexLayout class for sidenav component

parent 7fe09866
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
</mat-sidenav>
<mat-sidenav-content>
<div fxLayout="row" fxLayout.sm="column" fxLayoutGap="20px" fxLayoutAlign="start center" style="margin: 24px 0px 24px 24px;">
<div fxLayout="row" fxLayout.lt-sm="column" fxLayoutGap="20px" fxLayoutAlign="start center" style="margin: 24px 0px 24px 24px;">
<div>
<mat-form-field>
<mat-select placeholder="Degree Plans" [disableOptionCentering]=true [value]="selectedDegreePlan">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment