
To reproduce:
- Create an
<EuiFormControlLayoutDelimited compressed={true}>
- Add an
EuiFieldText or EuiFieldNumber to the startControl or endControl
- Observe that the field doesn't fill the form control vertically
Workaround:
Set the .euiFormControlLayout__childrenWrapper inside the <EuiFormControlLayoutDelimited> to height: 100%
To reproduce:
<EuiFormControlLayoutDelimited compressed={true}>EuiFieldTextorEuiFieldNumberto thestartControlorendControlWorkaround:
Set the
.euiFormControlLayout__childrenWrapperinside the<EuiFormControlLayoutDelimited>toheight: 100%