Skip to content

Commit

Permalink
fix: table elements padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Borderliner committed Nov 25, 2023
1 parent d23bc31 commit 82f7044
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/scss/components/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ table {
th,
td {
border-bottom: 1px $table-color-border solid;
padding: 12px 15px;
padding: 12px 10px;
text-align: left;

// First and last children (most right and most left cells) do not need padding
&:first-child {
padding-left: 0;
}

&:last-child {
padding-right: 0;
}
}

0 comments on commit 82f7044

Please sign in to comment.