Skip to content

Commit ef5e735

Browse files
committed
fix(aci): form display
1 parent 56d06cb commit ef5e735

File tree

1 file changed

+3
-1
lines changed
  • static/app/views/detectors/components/forms

1 file changed

+3
-1
lines changed

static/app/views/detectors/components/forms/metric.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ const AggregateField = styled(SelectField)`
307307
padding-top: 0;
308308
padding-left: 0;
309309
padding-right: 0;
310+
border-bottom: none;
310311
311312
> div {
312313
padding-left: 0;
@@ -317,6 +318,7 @@ const DirectionField = styled(SelectField)`
317318
width: 16ch;
318319
padding: 0;
319320
margin: 0;
321+
border-bottom: none;
320322
321323
> div {
322324
padding-left: 0;
@@ -326,7 +328,7 @@ const DirectionField = styled(SelectField)`
326328
const MonitorKindField = styled(SegmentedRadioField)`
327329
padding-left: 0;
328330
padding-block: ${space(1)};
329-
border-bottom: 1px solid ${p => p.theme.border};
331+
border-bottom: none;
330332
max-width: 840px;
331333
332334
> div {

0 commit comments

Comments
 (0)