We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0d5fe commit f38d4a0Copy full SHA for f38d4a0
src/app/graph-view/graph-view-page/graph-view-page.component.html
@@ -35,7 +35,7 @@
35
</div>
36
<div #below>
37
<md-radio-group *ngIf="!subscriptionInProgress"
38
- fxLayout="row" fxLayoutGap="20px" [(ngModel)]="interactionMode">
+ fxLayout="row" fxLayoutGap="20px" fxLayoutWrap [(ngModel)]="interactionMode">
39
<md-radio-button color="primary" *ngFor="let m of getInteractionModes()" [value]="m">
40
{{getInteractionModeLabel(m)}}
41
</md-radio-button>
0 commit comments