Skip to content

Commit 66ed0ae

Browse files
Merge pull request #17256 from nextcloud/backport/17240/stable17
[stable17] Fix spaces being collapsed in move dialog
2 parents bbd04fc + 8974574 commit 66ed0ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/css/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
99
* @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
1010
* @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
11+
* @copyright Copyright (c) 2019, Gary Kim <gary@garykim.dev>
1112
*
1213
* @license GNU AGPL version 3 or any later version
1314
*
@@ -891,7 +892,7 @@ code {
891892
display: flex;
892893
&__first {
893894
overflow: hidden;
894-
white-space: nowrap;
895+
white-space: pre;
895896
text-overflow: ellipsis;
896897
}
897898
}

0 commit comments

Comments
 (0)