Skip to content

Commit

Permalink
[ML] Trained models - fix download state responsiveness (elastic#191900)
Browse files Browse the repository at this point in the history
## Summary

Fix for [elastic#1284](elastic/ml-team#1284)


https://github.com/user-attachments/assets/3b829777-4ff9-4272-80dd-d27bccdb9fb5



### Checklist

Delete any items that are not applicable to this PR.

- [X] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
  • Loading branch information
rbrtj authored Sep 4, 2024
1 parent 3e47faf commit 4ca6f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ export const ModelsList: FC<Props> = ({
);

return (
<EuiFlexGroup direction={'column'} gutterSize={'none'}>
<EuiFlexGroup direction={'column'} gutterSize={'none'} css={{ width: '100%' }}>
{isDownloadInProgress ? (
<EuiFlexItem>
<EuiProgress
Expand Down

0 comments on commit 4ca6f1d

Please sign in to comment.