Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
fix missing border css
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Jan 29, 2025
1 parent 28b2afc commit 665f1c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/assets/dxp.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
border-top: 1px solid var(--dxp-border-light);
border-bottom: 1px solid var(--dxp-border-light);
border-left: 1px solid var(--dxp-border-light);
border-right: 1px solid var(--dxp-border-light);
overflow: hidden;
}

Expand Down

0 comments on commit 665f1c9

Please sign in to comment.