Skip to content

Commit c2e3fce

Browse files
Merge pull request #17257 from nextcloud/backport/17240/stable16
[stable16] Fix spaces being collapsed in move dialog
2 parents 39d041d + 9a7ac74 commit c2e3fce

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
*
@@ -880,7 +881,7 @@ code {
880881
display: flex;
881882
&__first {
882883
overflow: hidden;
883-
white-space: nowrap;
884+
white-space: pre;
884885
text-overflow: ellipsis;
885886
}
886887
}

0 commit comments

Comments
 (0)