From 9a7ac74eee16d7bfd2d74c8f1e2904795245d9ae Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Tue, 24 Sep 2019 01:54:42 +0800 Subject: [PATCH] Fix spaces being collapsed in move dialog Signed-off-by: Gary Kim --- core/css/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 88361111d92..8b88a97349c 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -8,6 +8,7 @@ * @copyright Copyright (c) 2016, Christoph Wurst * @copyright Copyright (c) 2016, Raghu Nayyar * @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt + * @copyright Copyright (c) 2019, Gary Kim * * @license GNU AGPL version 3 or any later version * @@ -880,7 +881,7 @@ code { display: flex; &__first { overflow: hidden; - white-space: nowrap; + white-space: pre; text-overflow: ellipsis; } }