Skip to content

Commit

Permalink
fix table header layout on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo committed May 5, 2022
1 parent 0ad8202 commit 12ee9d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/component-cart-drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,14 @@ cart-drawer-items {
}

.cart-drawer .cart-items thead tr {
display: table-row;
margin-bottom: 0;
}

.cart-drawer .cart-items th {
border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart-drawer .cart-item:last-child {
margin-bottom: 1.5rem;
}
Expand Down

0 comments on commit 12ee9d1

Please sign in to comment.