From 462cf8b5d56290772f530f7293fe3a682b160d9a Mon Sep 17 00:00:00 2001 From: Ilya Konanykhin Date: Thu, 22 Dec 2016 23:08:13 +0600 Subject: [PATCH] Fix: timepicker error messages vertical align. --- app/assets/stylesheets/frontend.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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