From 7c95ce46fe17996e2c90918ed78121812a024f42 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Tue, 23 Aug 2022 21:24:18 +0200 Subject: [PATCH] fix `white-space: nowrap` for safari --- playground/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/index.php b/playground/index.php index f9cc90e..011e568 100644 --- a/playground/index.php +++ b/playground/index.php @@ -130,7 +130,7 @@ font-size: 1.2rem; overflow-y: clip; overflow-x: scroll; - white-space: nowrap; + white-space: pre; resize: none; margin: 1rem 0; color: #FAF08B;