Skip to content

Commit

Permalink
fix: less inline padding in table row
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Mar 15, 2024
1 parent 2045aea commit 349bf45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dm-core/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ body {
}

.dm-table-row .dm-plugin-padding {
padding: 0.5rem;
padding-block: 0.5rem;
padding-inline: 0;
}

Button,
Expand Down

0 comments on commit 349bf45

Please sign in to comment.