Skip to content

Commit

Permalink
Add border to last item in file change list
Browse files Browse the repository at this point in the history
With few items in the list, and not having border at the last item it was looking weird.
  • Loading branch information
mittalyashu committed Mar 28, 2019
1 parent 314ff1d commit 9331838
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/components/workspacePage.vue
Expand Up @@ -199,14 +199,12 @@ export default {
height: calc(90vh - (41px + 102px))
&__item
border-bottom: 1px solid #DEE0E3
font-size: 12px
color: #2E3034
padding: 6px 10px
cursor: pointer
&:not(:last-child)
border-bottom: 1px solid #DEE0E3
&__checkbox
margin-right: 5px
Expand Down

0 comments on commit 9331838

Please sign in to comment.