File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
src/app/datasets/datasets-filter Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 61
61
</ mat-expansion-panel-header >
62
62
63
63
< div class ="condition-details ">
64
- < mat-form-field appearance ="outline ">
64
+ < mat-form-field appearance ="outline " class =" condition-fields " >
65
65
< mat-label > Operator</ mat-label >
66
66
< mat-select
67
67
[value] ="conditionConfig.condition.relation "
78
78
</ mat-select >
79
79
</ mat-form-field >
80
80
81
- < mat-form-field appearance ="outline ">
81
+ < mat-form-field appearance ="outline " class =" condition-fields " >
82
82
< mat-label > Value</ mat-label >
83
83
< input
84
84
matInput
88
88
</ mat-form-field >
89
89
90
90
< ng-template [ngIf] ="appConfig.scienceSearchUnitsEnabled ">
91
- < mat-form-field appearance ="outline ">
91
+ < mat-form-field appearance ="outline " class =" condition-fields " >
92
92
< mat-label > Unit</ mat-label >
93
93
< input
94
94
matInput
Original file line number Diff line number Diff line change @@ -152,5 +152,10 @@ mat-card {
152
152
}
153
153
}
154
154
}
155
+
156
+ .condition-fields {
157
+ margin-left : -20px ;
158
+ width : calc (100% + 40px );
159
+ }
155
160
}
156
161
}
You can’t perform that action at this time.
0 commit comments