Commit 521f14e725d6cd242dac87551f95f83e617594d4
1 parent
8519f0a9
UI: Fixed show OAuth2 settings in table screen
Showing
2 changed files
with
8 additions
and
3 deletions
... | ... | @@ -61,8 +61,8 @@ |
61 | 61 | <div [formGroupName]="n" fxLayout="row" fxLayoutGap="8px"> |
62 | 62 | <div fxFlex fxLayout="row" fxLayout.xs="column" fxLayoutGap="8px"> |
63 | 63 | <div fxLayout="column" fxFlex.sm="60" fxFlex.gt-sm="50"> |
64 | - <div fxLayout="row" fxLayout.xs="column" fxLayoutGap="8px"> | |
65 | - <mat-form-field fxFlex="30" fxFlex.xs class="mat-block"> | |
64 | + <div fxLayout="row" fxLayout.xs="column" fxLayout.md="column" fxLayoutGap="8px" fxLayoutGap.md="0px"> | |
65 | + <mat-form-field fxFlex="30" fxFlex.md fxFlex.xs class="mat-block"> | |
66 | 66 | <mat-label translate>admin.oauth2.protocol</mat-label> |
67 | 67 | <mat-select formControlName="scheme"> |
68 | 68 | <mat-option *ngFor="let protocol of protocols" [value]="protocol"> | ... | ... |