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';
1818import type { ServerEnvironment } from '../../modules/env' ;
1919
2020const inputWidth = spacing [ 1400 ] * 3 ;
21- const inputHeight = spacing [ 600 ] - 2 ; // match other xs controls
2221// width of options popover
2322const comboxboxOptionsWidth = spacing [ 1200 ] * 10 ;
2423// left position of options popover wrt input. this aligns it with the start of input
2524const comboboxOptionsLeft = ( comboxboxOptionsWidth - inputWidth ) / 2 ;
2625
2726const comboboxStyles = css ( {
2827 width : inputWidth ,
29- '& [role="combobox"]' : {
30- padding : 0 ,
31- paddingLeft : spacing [ 100 ] ,
32- height : inputHeight ,
33- '& > div' : {
34- minHeight : inputHeight ,
35- } ,
36- } ,
3728 '> :popover-open' : {
3829 width : comboxboxOptionsWidth ,
3930 whiteSpace : 'normal' ,
@@ -74,7 +65,7 @@ export const StageOperatorSelect = ({
7465 disabled = { isDisabled }
7566 aria-label = "Select a stage operator"
7667 onChange = { onStageOperatorSelected }
77- size = "default "
68+ size = "xsmall "
7869 clearable = { false }
7970 data-testid = "stage-operator-combobox"
8071 className = { comboboxStyles }
You can’t perform that action at this time.
0 commit comments