From d96c4338423ad71df7f8e1ce93fc337f9cc80b82 Mon Sep 17 00:00:00 2001 From: Mateusz Lesiak Date: Tue, 10 Feb 2026 15:39:52 +0100 Subject: [PATCH] Fix hidden progress info --- frontend/src/Components/ProgressBar.css | 1 + 1 file changed, 1 insertion(+) 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;