From 03de665189597f73421b3a896918dd8dd9fc7997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Velarde?= Date: Wed, 6 May 2020 10:57:07 +0200 Subject: [PATCH] fix: adapt timer style to avoid broken calenda on twitter import --- app/assets/stylesheets/common/datepicker.css.scss | 3 --- assets/stylesheets/common/datepicker.scss | 3 --- 2 files changed, 6 deletions(-) diff --git a/app/assets/stylesheets/common/datepicker.css.scss b/app/assets/stylesheets/common/datepicker.css.scss index e3cf91ad32..fef57136b3 100644 --- a/app/assets/stylesheets/common/datepicker.css.scss +++ b/app/assets/stylesheets/common/datepicker.css.scss @@ -156,9 +156,6 @@ $sDates-defaultWidth: 434px; // Timers .DatePicker-timers { - display: flex; - align-items: center; - justify-content: space-between; margin: 0 18px; } diff --git a/assets/stylesheets/common/datepicker.scss b/assets/stylesheets/common/datepicker.scss index e3cf91ad32..fef57136b3 100644 --- a/assets/stylesheets/common/datepicker.scss +++ b/assets/stylesheets/common/datepicker.scss @@ -156,9 +156,6 @@ $sDates-defaultWidth: 434px; // Timers .DatePicker-timers { - display: flex; - align-items: center; - justify-content: space-between; margin: 0 18px; }