From 4237ece065bd3675ff814c16d394937aef2f750d Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Wed, 28 Nov 2018 16:38:47 +0100 Subject: [PATCH] FIX: positioning issues with local-dates (#6693) --- .../assets/stylesheets/common/discourse-local-dates.scss | 4 ---- 1 file changed, 4 deletions(-) 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 fca3ba2d3d6..8c1b72e7ece 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 @@ -1,14 +1,10 @@ .discourse-local-date { - display: inline-block; - vertical-align: top; - &.cooked-date { color: $primary; cursor: pointer; border-bottom: 1px dashed $primary-medium; .d-icon { - margin-right: 0.25em; color: $primary; }