Skip to content

Commit

Permalink
make sure theres an ending border
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 15, 2024
1 parent 84dfde5 commit 953df12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/src/templates/stripe/shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
flex: 1 1 auto;
}

.offer:last-child { border: 1px solid #bebebe; }
.offer:last-child { border: 1px solid #bebebe !important; }
.offer:hover { background-color:rgba(0,0,0,.05) }

.offer.splitter {
Expand Down

0 comments on commit 953df12

Please sign in to comment.