mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix styling on hubs list to make accordion icons sit vertically aligned
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()}"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user