Skip to content

Commit

Permalink
Merge pull request #2197 from SpareBank1/develop_fix-paginering
Browse files Browse the repository at this point in the history
fix(ffe-tables): adjust padding
  • Loading branch information
pethel authored Aug 7, 2024
2 parents 09552a4 + f05395e commit e93943a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ffe-tables/less/tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
&__head {
.ffe-table__cell-content {
color: var(--ffe-v-table-heading-color);
padding: var(--ffe-spacing-xs) var(--ffe-spacing-sm);
}
}

Expand All @@ -28,8 +29,9 @@
text-align: left;
}

&__cell-content {
padding: var(--ffe-spacing-xs);
&__body &__cell-content,
&__foot &__cell-content {
padding: var(--ffe-spacing-sm);
}

&__body {
Expand Down

0 comments on commit e93943a

Please sign in to comment.