From 0e30c07903bfdc566ff66caa062fdd6333604a59 Mon Sep 17 00:00:00 2001 From: theworldbright Date: Tue, 2 Jun 2015 20:17:36 +0900 Subject: [PATCH] Change line height to 20px for entypo form icons --- app/assets/stylesheets/new_styles/_forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/new_styles/_forms.scss b/app/assets/stylesheets/new_styles/_forms.scss index 7e4203b84..d6d07257c 100644 --- a/app/assets/stylesheets/new_styles/_forms.scss +++ b/app/assets/stylesheets/new_styles/_forms.scss @@ -80,6 +80,7 @@ form.block-form { .entypo { position: absolute; + line-height: 20px; top: 10px; left: 10px; width: 20px;