diff --git a/components/InterestDetailsModal.vue b/components/InterestDetailsModal.vue index 3adea59..088f7c2 100644 --- a/components/InterestDetailsModal.vue +++ b/components/InterestDetailsModal.vue @@ -75,18 +75,6 @@ mdi-content-save Save Changes - - mdi-content-save-move - Save & Close - @@ -227,7 +215,7 @@ Delete - + @@ -43,6 +44,7 @@ variant="outlined" density="comfortable" hide-details + class="date-input-fix" /> @@ -75,7 +77,7 @@ Current Month @@ -197,7 +199,7 @@
Export Options: -
+
{ .v-tab { text-transform: none !important; } + +/* Fix for date input calendar button positioning */ +.date-input-fix :deep(.v-field__append-inner) { + padding-inline-start: 8px; + margin-inline-end: 4px; +}