]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix spaces being collapsed in move dialog 17257/head
authorGary Kim <gary@garykim.dev>
Mon, 23 Sep 2019 17:54:42 +0000 (01:54 +0800)
committerBackportbot <backportbot-noreply@rullzer.com>
Wed, 25 Sep 2019 09:25:07 +0000 (09:25 +0000)
Signed-off-by: Gary Kim <gary@garykim.dev>
core/css/styles.scss

index 88361111d9205b5e18cbf43a44900a7ac09b395e..8b88a97349c3fdac58ff44f1be38a523527854fc 100644 (file)
@@ -8,6 +8,7 @@
  * @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
  * @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
  * @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
+ * @copyright Copyright (c) 2019, Gary Kim <gary@garykim.dev>
  *
  * @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;
                                }
                        }