From ca5caec97ec3ca8d2b4de78f2ad65363dd04c4b7 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 5 Apr 2016 12:09:40 -0700 Subject: [PATCH] fix(from): Align from icon correctly --- static/components/button-dropdown.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/components/button-dropdown.less b/static/components/button-dropdown.less index d74bb3007..9252e6cf4 100644 --- a/static/components/button-dropdown.less +++ b/static/components/button-dropdown.less @@ -49,6 +49,7 @@ .btn(); cursor: default; color: @btn-default-text-color; + line-height: 2em; } .primary-item { border-radius: @border-radius-base 0 0 @border-radius-base;