From eadf618752175b001fca01d3ef5da8bd5f124256 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Mon, 7 Feb 2022 18:18:17 -0600 Subject: [PATCH] FIX: Align progress text (#15856) --- app/assets/stylesheets/wizard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index 579231ee997..bf154a0b703 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -991,6 +991,7 @@ body.wizard { color: var(--secondary-or-primary); z-index: 13; left: 1.5em; + line-height: 1.4em; } .screen {