File tree 3 files changed +5
-4
lines changed
static/app/views/dashboards/widgetBuilder/components
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function SortableVisualizeFieldWrapper({
30
30
transition,
31
31
zIndex : 'auto' ,
32
32
display : 'flex' ,
33
- gap : space ( 1 ) ,
33
+ gap : space ( 0.5 ) ,
34
34
width : '100%' ,
35
35
} as React . CSSProperties ;
36
36
Original file line number Diff line number Diff line change @@ -899,12 +899,13 @@ export const FieldBar = styled('div')`
899
899
grid-template-columns: 1fr;
900
900
gap: ${ space ( 1 ) } ;
901
901
flex: 3;
902
+ min-width: 0;
902
903
` ;
903
904
904
905
export const PrimarySelectRow = styled ( 'div' ) < { hasColumnParameter : boolean } > `
905
906
display: flex;
906
907
width: 100%;
907
- flex: 3 ;
908
+ min-width: 0 ;
908
909
909
910
& > ${ ColumnCompactSelect } > button {
910
911
border-top-left-radius: 0;
@@ -926,6 +927,7 @@ export const FieldRow = styled('div')`
926
927
flex-direction: row;
927
928
gap: ${ space ( 1 ) } ;
928
929
width: 100%;
930
+ min-width: 0;
929
931
` ;
930
932
931
933
export const StyledDeleteButton = styled ( Button ) `` ;
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ import {
17
17
} from 'sentry/utils/discover/fields' ;
18
18
import useOrganization from 'sentry/utils/useOrganization' ;
19
19
import { getDatasetConfig } from 'sentry/views/dashboards/datasetConfig/base' ;
20
- import { WidgetType } from 'sentry/views/dashboards/types' ;
21
- import { DisplayType } from 'sentry/views/dashboards/types' ;
20
+ import { DisplayType , WidgetType } from 'sentry/views/dashboards/types' ;
22
21
import {
23
22
AggregateCompactSelect ,
24
23
getAggregateValueKey ,
You can’t perform that action at this time.
0 commit comments