Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-09-25 15:52:11 +0300
committerGitHub <noreply@github.com>2019-09-25 15:52:11 +0300
commitc2e3fce9c61efc72bed8cfe4d64348d6aa1b6ef8 (patch)
treecf8043f2028e8317c265ab3881d6ac9cc0a924ea
parent39d041df550bb8f81e6b5036b46daf0ae791542b (diff)
parent9a7ac74eee16d7bfd2d74c8f1e2904795245d9ae (diff)
Merge pull request #17257 from nextcloud/backport/17240/stable16
[stable16] Fix spaces being collapsed in move dialog
-rw-r--r--core/css/styles.scss3
1 files changed, 2 insertions, 1 deletions
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 <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;
}
}