From 235a255879d11dc4c132664eea658d5433df972e Mon Sep 17 00:00:00 2001 From: echarp Date: Thu, 30 Aug 2018 19:59:00 +0200 Subject: [PATCH] Vertical centering in form items --- app/assets/stylesheets/form.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/form.sass b/app/assets/stylesheets/form.sass index 64598a0d..dd0c4370 100644 --- a/app/assets/stylesheets/form.sass +++ b/app/assets/stylesheets/form.sass @@ -27,6 +27,7 @@ legend display: flex flex-wrap: wrap box-shadow: $shadow + align-items: center border-radius: $radius & > label, .field_with_errors > label width: 10em