File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
packages/compass-aggregations/src/components/stage-toolbar Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,13 @@ import { isAtlasOnly } from '../../utils/stage';
18
18
import type { ServerEnvironment } from '../../modules/env' ;
19
19
20
20
const inputWidth = spacing [ 1400 ] * 3 ;
21
- const inputHeight = spacing [ 600 ] - 2 ; // match other xs controls
22
21
// width of options popover
23
22
const comboxboxOptionsWidth = spacing [ 1200 ] * 10 ;
24
23
// left position of options popover wrt input. this aligns it with the start of input
25
24
const comboboxOptionsLeft = ( comboxboxOptionsWidth - inputWidth ) / 2 ;
26
25
27
26
const comboboxStyles = css ( {
28
27
width : inputWidth ,
29
- '& [role="combobox"]' : {
30
- padding : 0 ,
31
- paddingLeft : spacing [ 100 ] ,
32
- height : inputHeight ,
33
- '& > div' : {
34
- minHeight : inputHeight ,
35
- } ,
36
- } ,
37
28
'> :popover-open' : {
38
29
width : comboxboxOptionsWidth ,
39
30
whiteSpace : 'normal' ,
@@ -74,7 +65,7 @@ export const StageOperatorSelect = ({
74
65
disabled = { isDisabled }
75
66
aria-label = "Select a stage operator"
76
67
onChange = { onStageOperatorSelected }
77
- size = "default "
68
+ size = "xsmall "
78
69
clearable = { false }
79
70
data-testid = "stage-operator-combobox"
80
71
className = { comboboxStyles }
You can’t perform that action at this time.
0 commit comments