Skip to content

Commit

Permalink
#322: Fix table border in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
mob8607 committed Apr 17, 2024
1 parent 00d72c8 commit 997a574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elements/e-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@
// https://sonepar-suisse.atlassian.net/browse/WF-5573
background-clip: padding-box;
text-align: right;
vertical-align: middle;
@include mixins.media(sm) {
display: table-cell;
Expand Down

0 comments on commit 997a574

Please sign in to comment.