diff --git a/app/assets/stylesheets/pieces_justificatives_fields.scss b/app/assets/stylesheets/pieces_justificatives_fields.scss index 7cf6d8719..144c0fbe2 100644 --- a/app/assets/stylesheets/pieces_justificatives_fields.scss +++ b/app/assets/stylesheets/pieces_justificatives_fields.scss @@ -1,3 +1,5 @@ .pieces-justificatives-fields { - .form-inline > .form-group { vertical-align: top; } + .form-inline > .form-group { + vertical-align: top; + } }