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;