From 1e4ef9615010685f00fad48f756fcef5d4067a22 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 6 Feb 2022 19:41:20 +0100 Subject: [PATCH] chore: cleanup unnecessary css --- src/components/date/datepickerWithRange.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/date/datepickerWithRange.vue b/src/components/date/datepickerWithRange.vue index 99f0fbcf6..ca7e1c775 100644 --- a/src/components/date/datepickerWithRange.vue +++ b/src/components/date/datepickerWithRange.vue @@ -260,9 +260,5 @@ const buttonText = computed(() => { .how-it-works-modal { font-size: 1rem; - - p { - display: inline-block !important; - } }