From b6351c40453c5cff264aa37f9857f4d03dd55696 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 4 Nov 2019 16:37:57 +0100 Subject: [PATCH] Reduced datetime picker width Signed-off-by: Thomas Citharel --- CHANGELOG.md | 1 + js/src/components/Event/DateTimePicker.vue | 48 ++++++++++++---------- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1316356f..1d5537ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ In order to move participant stats to the event table for existing events, you n - Added missing `setup_db.psql` file (Geno) - Fixed docker setup when using non-GNU make (JohanBaskovec) - Fixed actors deletion that didn't cascade to followers +- Reduced datetime picker input width ### Security - Sanitize event title to avoid XSS diff --git a/js/src/components/Event/DateTimePicker.vue b/js/src/components/Event/DateTimePicker.vue index b9fac5814..f31adb947 100644 --- a/js/src/components/Event/DateTimePicker.vue +++ b/js/src/components/Event/DateTimePicker.vue @@ -12,26 +12,32 @@ ```