File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ export function Legend({
136
136
) }
137
137
</ div >
138
138
< div className = "actions" >
139
- < label className = "interpolate " >
140
- < span > Number of Datapoints</ span >
139
+ < label className = "datapoints " >
140
+ < span > Datapoints</ span >
141
141
< Select
142
142
className = "singleselect datapointscount"
143
143
classNamePrefix = "select"
Original file line number Diff line number Diff line change @@ -223,6 +223,16 @@ body {
223
223
}
224
224
}
225
225
226
+ .datapoints {
227
+ display : flex ;
228
+ align-items : center ;
229
+
230
+ span {
231
+ margin-right : 10px ;
232
+ font-size : 14px ;
233
+ }
234
+ }
235
+
226
236
.pause-button {
227
237
width : 75px ;
228
238
text-align : center ;
@@ -339,6 +349,10 @@ body {
339
349
}
340
350
}
341
351
352
+ .datapointscount {
353
+ min-width :50px ;
354
+ }
355
+
342
356
343
357
input :focus ,
344
358
select :focus ,
You can’t perform that action at this time.
0 commit comments