UX: Remove spacing in duration row in the Tempo query editor (search tab) (#80373)

Remove spacing in duration group
pull/73726/head^2
Joey 1 year ago committed by GitHub
parent 3b401d0d4d
commit 9d8f4228bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/plugins/datasource/tempo/SearchTraceQLEditor/TraceQLSearch.tsx

@ -157,7 +157,7 @@ const TraceQLSearch = ({ datasource, query, onChange, onClearResults, app }: Pro
label={'Duration'}
tooltip="The trace or span duration, i.e. end - start time of the trace/span. Accepted units are ns, ms, s, m, h"
>
<HorizontalGroup spacing={'sm'}>
<HorizontalGroup spacing={'none'}>
<Select
options={[
{ label: 'span', value: 'span' },

Loading…
Cancel
Save