From 3696fdb3598478c742da4e2fbdafe5ae8695f102 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Fri, 7 Oct 2022 14:56:53 -0400 Subject: [PATCH] linting --- .github/ISSUE_TEMPLATE/bug-report.md | 1 - .github/ISSUE_TEMPLATE/request-a-feature.md | 1 - public-scss/style.scss | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f91c4cc6..5461a936 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -41,7 +41,6 @@ assignees: '' - diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 1e0624cb..4c26ceef 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -30,7 +30,6 @@ assignees: '' - diff --git a/public-scss/style.scss b/public-scss/style.scss index 8609403f..0e6164dd 100644 --- a/public-scss/style.scss +++ b/public-scss/style.scss @@ -174,10 +174,12 @@ span.button.is-static { background-color: transparent !important; } + // fix left icon .datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child { text-indent: 2rem; } + // center the button .datetimepicker-clear-button { transform: none; margin-right: 0.25rem;