diff --git a/frontend/src/Components/ProgressBar.css b/frontend/src/Components/ProgressBar.css index a34628e71f..89a7722e6b 100644 --- a/frontend/src/Components/ProgressBar.css +++ b/frontend/src/Components/ProgressBar.css @@ -1,5 +1,6 @@ .container { position: relative; + flex-shrink: 0; overflow: hidden; width: 100%; border-radius: 4px;