From e24bfb148f947be1f994a27661fd3ddb73abcb4f Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:43:47 -0600 Subject: [PATCH] Fix progress bar width in import screen Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- stylesheets/components/InstallScreenBackupImportStep.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/components/InstallScreenBackupImportStep.scss b/stylesheets/components/InstallScreenBackupImportStep.scss index 7a7b6657e8..8c41e214ac 100644 --- a/stylesheets/components/InstallScreenBackupImportStep.scss +++ b/stylesheets/components/InstallScreenBackupImportStep.scss @@ -31,6 +31,7 @@ .InstallScreenBackupImportStep .ProgressBar { margin-block-end: 18px; + min-width: 326px; } .InstallScreenBackupImportStep__progressbar-hint {