From a0df4c3757354aa779796a7efaffeb7c9f60eb13 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 30 Jul 2019 14:04:30 +0800 Subject: [PATCH] UX: prevents cooked dates from wrapping (#7954) --- .../assets/stylesheets/common/discourse-local-dates.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/discourse-local-dates/assets/stylesheets/common/discourse-local-dates.scss b/plugins/discourse-local-dates/assets/stylesheets/common/discourse-local-dates.scss index cd2a6ed3f17..dcd35b37697 100644 --- a/plugins/discourse-local-dates/assets/stylesheets/common/discourse-local-dates.scss +++ b/plugins/discourse-local-dates/assets/stylesheets/common/discourse-local-dates.scss @@ -3,6 +3,7 @@ color: $primary; cursor: pointer; border-bottom: 1px dashed $primary-medium; + white-space: nowrap; .d-icon { color: $primary;