File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 115115// Nested
116116.category {
117117 height : auto ;
118- margin-bottom : 20px ;
119118
120119 .categoryHeader {
121120 display : flex ;
122121 flex-flow : row nowrap ;
123122 align-items : center ;
124- padding : 10px ;
123+ padding : 10px 14px ;
124+ background : #F9F9F9 ;
125125 border-bottom : 1px solid #EFEFEF ;
126126 }
127127
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const Category = SortableElement((props) => {
4242 < Handle />
4343 < span > Category { props . value } </ span >
4444 </ div >
45- < ListWrapper component = { SortableList } className = { style . categoryList } items = { getItems ( 5 , 59 ) } shouldUseDragHandle = { true } helperClass = { style . stylizedHelper } />
45+ < ListWrapper component = { SortableList } className = { style . categoryList } items = { getItems ( 3 , 59 ) } shouldUseDragHandle = { true } helperClass = { style . stylizedHelper } />
4646 </ div >
4747 )
4848} ) ;
You can’t perform that action at this time.
0 commit comments