deepsource-autofix-76c6eb20
Dan Gowans 2022-10-07 14:56:53 -04:00
parent aa7430a554
commit 3696fdb359
3 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,6 @@ assignees: ''
<!-- Everything helps! --> <!-- Everything helps! -->
<!-- <!--
Thanks for helping to make the Lot Occupancy System better!** Thanks for helping to make the Lot Occupancy System better!**
--> -->

View File

@ -30,7 +30,6 @@ assignees: ''
<!-- The more information you can provide, the better chance the solution will be right the first time! --> <!-- The more information you can provide, the better chance the solution will be right the first time! -->
<!-- <!--
Thanks for helping to make the Lot Occupancy System better! Thanks for helping to make the Lot Occupancy System better!
--> -->

View File

@ -174,10 +174,12 @@ span.button.is-static {
background-color: transparent !important; background-color: transparent !important;
} }
// fix left icon
.datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child { .datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
text-indent: 2rem; text-indent: 2rem;
} }
// center the button
.datetimepicker-clear-button { .datetimepicker-clear-button {
transform: none; transform: none;
margin-right: 0.25rem; margin-right: 0.25rem;