From 8bf43081ddde454c4b6d784e9236a804ac5ec0c8 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 25 Oct 2019 13:04:37 +0200 Subject: [PATCH] HFP-2860 Fix white-space style --- styles/h5p.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/h5p.css b/styles/h5p.css index 7600b28..afd5bcc 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -558,7 +558,7 @@ div.h5p-fullscreen { border: 1px solid #c7c7c7; border-left-width: 4px; max-width: 100%; - white-space: nowrap; + white-space: pre; overflow: auto; }