From 2f59c5c513070a63302bccc8c8e093c25416267d Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Thu, 6 Jun 2013 07:51:33 -0700 Subject: [PATCH] Set line height on entire row, not two columns --- app/assets/stylesheets/admin/admin_base.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/admin/admin_base.scss b/app/assets/stylesheets/admin/admin_base.scss index d6279712c5c..77f93888c5a 100644 --- a/app/assets/stylesheets/admin/admin_base.scss +++ b/app/assets/stylesheets/admin/admin_base.scss @@ -177,6 +177,8 @@ table { } .display-row { + height: 30px; + line-height: 30px; padding: 5px; &:nth-of-type(1) { border-top: 0; @@ -190,8 +192,6 @@ table { clear: both; } .field { - height: 30px; - line-height: 30px; font-weight: bold; width: 196px; float: left; @@ -199,8 +199,6 @@ table { } .value { width: 250px; - height: 30px; - line-height: 30px; float: left; margin-left: 12px; }