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

Remove spacing in duration group
This commit is contained in:
Joey
2024-01-17 17:33:59 +00:00
committed by GitHub
parent 3b401d0d4d
commit 9d8f4228bb
@@ -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' },