Skip to content

Commit 9331838

Browse files
committedMar 28, 2019
Add border to last item in file change list
With few items in the list, and not having border at the last item it was looking weird.
1 parent 314ff1d commit 9331838

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/renderer/components/workspacePage.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,12 @@ export default {
199199
height: calc(90vh - (41px + 102px))
200200
201201
&__item
202+
border-bottom: 1px solid #DEE0E3
202203
font-size: 12px
203204
color: #2E3034
204205
padding: 6px 10px
205206
cursor: pointer
206207
207-
&:not(:last-child)
208-
border-bottom: 1px solid #DEE0E3
209-
210208
&__checkbox
211209
margin-right: 5px
212210

0 commit comments

Comments
 (0)
Please sign in to comment.