From 5c2b124e28cbcf2a955c209d669f171389ecf234 Mon Sep 17 00:00:00 2001 From: Bohung Date: Fri, 24 Sep 2021 12:15:33 +0800 Subject: [PATCH] Edit css. --- app/assets/stylesheets/property_hire_calendar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/property_hire_calendar.scss b/app/assets/stylesheets/property_hire_calendar.scss index 6beb81c..027340e 100644 --- a/app/assets/stylesheets/property_hire_calendar.scss +++ b/app/assets/stylesheets/property_hire_calendar.scss @@ -1,3 +1,7 @@ +#hire_form label.col-sm-4.control-label{ + padding-left: 0; + padding-right: 0; +} #calendar.active_picker .fc-scrollgrid-sync-inner,#calendar.active_picker .fc-timegrid-slot{ cursor: pointer; }