Skip to content

Commit f38d4a0

Browse files
committed
responsiveness fix
1 parent cb0d5fe commit f38d4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/graph-view/graph-view-page/graph-view-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636
<div #below>
3737
<md-radio-group *ngIf="!subscriptionInProgress"
38-
fxLayout="row" fxLayoutGap="20px" [(ngModel)]="interactionMode">
38+
fxLayout="row" fxLayoutGap="20px" fxLayoutWrap [(ngModel)]="interactionMode">
3939
<md-radio-button color="primary" *ngFor="let m of getInteractionModes()" [value]="m">
4040
{{getInteractionModeLabel(m)}}
4141
</md-radio-button>

0 commit comments

Comments
 (0)