Fix styling on hubs list to make accordion icons sit vertically aligned

This commit is contained in:
summerscope
2014-07-03 15:10:07 +10:00
parent 42c9dcf3de
commit ae8ae1fe41
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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()}"}