diff --git a/stylesheets/calendeer.css b/stylesheets/calendeer.css index e94f8fc..42a5cc2 100644 --- a/stylesheets/calendeer.css +++ b/stylesheets/calendeer.css @@ -109,24 +109,24 @@ } .calendeer_start_input_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; margin-right: 5px; } .calendeer_end_input_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; margin-right: 5px; } .calendeer_start_input_time_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; } .calendeer_end_input_time_calendeer { - min-width: auto !important; + min-width: 0 !important; width: 150px !important; }