diff --git a/core/css/styles.scss b/core/css/styles.scss index aca0cde23b..37559a03bf 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -8,6 +8,7 @@ * @copyright Copyright (c) 2016, Christoph Wurst * @copyright Copyright (c) 2016, Raghu Nayyar * @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt + * @copyright Copyright (c) 2019, Gary Kim * * @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; } }