From a3989e4278b154d194e105ca5a3d27ff3c29386a Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 29 Apr 2020 23:10:34 +0300 Subject: [PATCH] Calendar alignment --- src/components/calendar/Calendar.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 7e1510ae2..3c4527f69 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -2255,9 +2255,10 @@ export default { } .p-timepicker button { - display: block; + display: flex; + align-content: center; + justify-content: center; cursor: pointer; - line-height: 1; } .p-timepicker > div {