Skip to content

Commit 9a7ac74

Browse files
gary-kimBackportbot
authored andcommitted
Fix spaces being collapsed in move dialog
Signed-off-by: Gary Kim <gary@garykim.dev>
1 parent 39d041d commit 9a7ac74

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)