Browse Source

Fix spaces being collapsed in move dialog

Signed-off-by: Gary Kim <gary@garykim.dev>
tags/v18.0.0beta1
Gary Kim 4 years ago
parent
commit
4211c50dba
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      core/css/styles.scss

+ 2
- 1
core/css/styles.scss 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
*
@@ -891,7 +892,7 @@ code {
display: flex;
&__first {
overflow: hidden;
white-space: nowrap;
white-space: pre;
text-overflow: ellipsis;
}
}

Loading…
Cancel
Save