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 56d06cb commit ef5e735Copy full SHA for ef5e735
static/app/views/detectors/components/forms/metric.tsx
@@ -307,6 +307,7 @@ const AggregateField = styled(SelectField)`
307
padding-top: 0;
308
padding-left: 0;
309
padding-right: 0;
310
+ border-bottom: none;
311
312
> div {
313
@@ -317,6 +318,7 @@ const DirectionField = styled(SelectField)`
317
318
width: 16ch;
319
padding: 0;
320
margin: 0;
321
322
323
324
@@ -326,7 +328,7 @@ const DirectionField = styled(SelectField)`
326
328
const MonitorKindField = styled(SegmentedRadioField)`
327
329
330
padding-block: ${space(1)};
- border-bottom: 1px solid ${p => p.theme.border};
331
332
max-width: 840px;
333
334
0 commit comments