Skip to content

Commit

Permalink
[TODO] input click workaround
Browse files Browse the repository at this point in the history
- can be reverted once elastic#170716 merges
  • Loading branch information
cee-chen committed Nov 16, 2023
1 parent 4d5d1a1 commit 0798463
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const fieldAndParamCss = (euiTheme: EuiThemeComputed) => css`
&:has(input[aria-expanded='true'], input:focus) {
flex-grow: 4;
}
input {
width: 100% !important; // TODO: Remove this once latest EUI upgrade merges
}
`;

export const operationCss = (euiTheme: EuiThemeComputed) => css`
Expand Down

0 comments on commit 0798463

Please sign in to comment.