From 73d62544ec71cab4c2ab908163cc6958219901f5 Mon Sep 17 00:00:00 2001 From: rasarkar <105652044+rasarkar@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:36:55 -0400 Subject: [PATCH] CONCD-903 move the button up (#2517) --- concordia/static/scss/base.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/concordia/static/scss/base.scss b/concordia/static/scss/base.scss index 7dd3e5675..66d6e5e7f 100644 --- a/concordia/static/scss/base.scss +++ b/concordia/static/scss/base.scss @@ -613,6 +613,10 @@ $card-progress-height: 12px; vertical-align: baseline; } +#transcription-status-message { + max-width: 270px; +} + // Campaign small blocks .small-campaign-title { @@ -1133,7 +1137,7 @@ $card-progress-height: 12px; /* How to Guide */ #open-guide { border-radius: 0; - margin: 0 5px 0 9px; + margin: -14px 5px 0 9px; white-space: nowrap; }