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; }