Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit b6f974d

Browse files
committed
Change border of list item from top to bottom
1 parent 1639016 commit b6f974d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/css/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ const styles = {
13721372
width: '100%',
13731373
minHeight: '88px',
13741374
height: 'auto',
1375-
borderTop: 'solid 1px #dee2f2',
1375+
borderBottom: 'solid 1px #dee2f2',
13761376
paddingBottom: '5px',
13771377
},
13781378

0 commit comments

Comments
 (0)