diff --git a/app/assets/stylesheets/darkswarm/active_table.css.sass b/app/assets/stylesheets/darkswarm/active_table.css.sass index d1c8e092a6..b472c36915 100644 --- a/app/assets/stylesheets/darkswarm/active_table.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table.css.sass @@ -6,7 +6,6 @@ margin: 2em 0em @include user-select(none) .active_table_row - padding: 0.8em 0.5em display: block &:first-child cursor: pointer diff --git a/app/views/home/_skinny.html.haml b/app/views/home/_skinny.html.haml index 768d16f2b6..e5567f3d38 100644 --- a/app/views/home/_skinny.html.haml +++ b/app/views/home/_skinny.html.haml @@ -15,4 +15,7 @@ Orders closed .columns.small-1.text-right - %i{"ng-class" => "{'ofn-i_005-caret-down' : !open(), 'ofn-i_006-caret-up' : open()}"} + / This forces line-height to be triggered + %span   + %i{"ng-class" => "{'ofn-i_005-caret-down' : !open(), 'ofn-i_006-caret-up' : open()}"} +