From a51143fe38ec03043d87a946c8a247ba726a472f Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Mon, 9 May 2016 16:58:01 +0500 Subject: [PATCH] fix height of delete button to match the attached text field --- cms/static/sass/views/_settings.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/static/sass/views/_settings.scss b/cms/static/sass/views/_settings.scss index e218f00ad5..ae46150d30 100644 --- a/cms/static/sass/views/_settings.scss +++ b/cms/static/sass/views/_settings.scss @@ -847,6 +847,10 @@ width: flex-grid(10, 12); display: inline-block; } + .delete-button { + padding-bottom: 3px; + line-height: 3.5rem; + } } } }