Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix spaces being collapsed in move dialog
Signed-off-by: Gary Kim <[email protected]>
  • Loading branch information
gary-kim authored and Backportbot committed Sep 25, 2019
commit 9a7ac74eee16d7bfd2d74c8f1e2904795245d9ae
3 changes: 2 additions & 1 deletion core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @copyright Copyright (c) 2016, Christoph Wurst <[email protected]>
* @copyright Copyright (c) 2016, Raghu Nayyar <[email protected]>
* @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <[email protected]>
* @copyright Copyright (c) 2019, Gary Kim <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand Down Expand Up @@ -880,7 +881,7 @@ code {
display: flex;
&__first {
overflow: hidden;
white-space: nowrap;
white-space: pre;
text-overflow: ellipsis;
}
}
Expand Down