From fb605d204956f60184c2b1b909e0c6fac9e0d85f Mon Sep 17 00:00:00 2001 From: "create-issue-branch[bot]" <53036503+create-issue-branch[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:03:54 +0000 Subject: [PATCH 1/2] Create draft PR for #844 From c3c9a0a366b2981a49889dd276e05b16db213462 Mon Sep 17 00:00:00 2001 From: Lois Wells Date: Fri, 22 Dec 2023 12:19:03 +0000 Subject: [PATCH 2/2] fix wrapping on output block --- CHANGELOG.md | 1 + src/assets/stylesheets/Instructions.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d9cc601..02e480614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `` styling on Firefox (#854) - Progress bar width on Firefox (#855) - Save/download panel spacing (#859) +- Instructions output wrapping in Firefox (#862) ## [0.20.0] - 2023-11-24 diff --git a/src/assets/stylesheets/Instructions.scss b/src/assets/stylesheets/Instructions.scss index f4f188dc2..334eae380 100644 --- a/src/assets/stylesheets/Instructions.scss +++ b/src/assets/stylesheets/Instructions.scss @@ -225,7 +225,7 @@ background-color: $rpf-white; color: $rpf-text-primary; padding: 0; - text-wrap: wrap; + white-space: pre-wrap; } } }