We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
display="large"
1 parent 9c22a92 commit 531c394Copy full SHA for 531c394
1 file changed
packages/eui/src/components/form/file_picker/file_picker.styles.ts
@@ -45,6 +45,10 @@ export const euiFilePickerStyles = (euiThemeContext: UseEuiTheme) => {
45
`,
46
loading: css`
47
--euiFormControlRightIconsCount: 1;
48
+
49
+ /* Clip EuiProgress loading indicator that renders for large displays */
50
+ border-radius: ${formVariables.controlCompressedBorderRadius};
51
+ overflow: hidden;
52
53
54
// Skip the css() on the default width to avoid generating a className
0 commit comments