UX: Remove spacing in duration row in the Tempo query editor (search tab) (#80373)
Remove spacing in duration group
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user