From 7ae8f2d836acf5d71a321652a425c8334274cf7f Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 11 Sep 2013 14:59:46 -0700 Subject: [PATCH] Style the sortable lists in settings --- themes/atom-dark-ui/lists.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/atom-dark-ui/lists.less b/themes/atom-dark-ui/lists.less index 7075d1e5c..a4f84b69b 100644 --- a/themes/atom-dark-ui/lists.less +++ b/themes/atom-dark-ui/lists.less @@ -113,12 +113,12 @@ } } -li.ui-sortable-helper { - line-height: 2.5; +li.ui-draggable-dragging, li.ui-sortable-helper { + line-height: @component-line-height; + height: @component-line-height; border: 0; border-radius: 0; list-style: none; - box-sizing: content-box; padding: 0 @component-padding; background: @background-color-highlight; box-shadow: 0 0 1px @base-border-color;