Skip to content

Commit

Permalink
Fix horizontal lines in details for first record on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jkocik committed Mar 25, 2019
1 parent bbf1ddb commit e955d11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/b-tab-table-scoped.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ table

td
cursor: pointer
border-bottom: 1px solid #dbdbdb

&.has-not-details
cursor: default
Expand All @@ -25,6 +26,10 @@ table
text-align: right
white-space: nowrap

&:last-child
td
border-bottom: 0

@media screen and (max-width: 768px)
.b-table
.table
Expand Down

0 comments on commit e955d11

Please sign in to comment.