Merge pull request #17257 from nextcloud/backport/17240/stable16

[stable16] Fix spaces being collapsed in move dialog
This commit is contained in:
Joas Schilling 2019-09-25 14:52:11 +02:00 committed by GitHub
commit c2e3fce9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View 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;
}
}