diff --git a/app/assets/stylesheets/frontend.scss b/app/assets/stylesheets/frontend.scss index e573657..38fd7ed 100644 --- a/app/assets/stylesheets/frontend.scss +++ b/app/assets/stylesheets/frontend.scss @@ -9,4 +9,10 @@ body { fieldset, .fieldset { margin-top: $line-height-computed; margin-bottom: $line-height-computed; +} + +.bootstrap-timepicker { + .form-group { + vertical-align: top; + } } \ No newline at end of file