Skip to content
Snippets Groups Projects
Commit 8eac02d4 authored by Isaac Evavold's avatar Isaac Evavold
Browse files

remove horizontal stepper dialog scrolling

parent f7b0a010
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
</button>
</mat-toolbar>
<mat-dialog-content dialog-with-toolbar>
<mat-dialog-content class="mat-typography dialog-with-toolbar">
<mat-vertical-stepper linear>
<ng-template matStepperIcon="edit" let-index="index">
{{ index + 1 }}
......
.mat-dialog-content {
max-width: 512px;
}
.mat-radio-group {
display: flex;
flex-direction: column;
......
......@@ -12,7 +12,7 @@
</button>
</mat-toolbar>
<mat-dialog-content dialog-with-toolbar>
<mat-dialog-content class="mat-typography dialog-with-toolbar">
<mat-vertical-stepper linear>
<ng-template matStepperIcon="edit" let-index="index">
{{ index + 1 }}
......
.mat-dialog-content {
max-width: 512px;
}
.mat-radio-group {
display: flex;
flex-direction: column;
......
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