We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d041d + 9a7ac74 commit c2e3fceCopy full SHA for c2e3fce
core/css/styles.scss
@@ -8,6 +8,7 @@
8
* @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
9
* @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
10
* @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
11
+ * @copyright Copyright (c) 2019, Gary Kim <gary@garykim.dev>
12
*
13
* @license GNU AGPL version 3 or any later version
14
@@ -880,7 +881,7 @@ code {
880
881
display: flex;
882
&__first {
883
overflow: hidden;
- white-space: nowrap;
884
+ white-space: pre;
885
text-overflow: ellipsis;
886
}
887
0 commit comments