diff --git a/src/components/NcDateTimePickerNative/NcDateTimePickerNative.vue b/src/components/NcDateTimePickerNative/NcDateTimePickerNative.vue index a38646e3f5..4a383f49ba 100644 --- a/src/components/NcDateTimePickerNative/NcDateTimePickerNative.vue +++ b/src/components/NcDateTimePickerNative/NcDateTimePickerNative.vue @@ -377,5 +377,6 @@ export default { .native-datetime-picker .native-datetime-picker--input { width: 100%; flex: 0 0 auto; + padding-right: 4px; }