Skip to content

Commit

Permalink
Merge pull request #1233 from statisticsnorway/Table-fixes
Browse files Browse the repository at this point in the history
Table fixes
  • Loading branch information
Carl-OW authored Aug 9, 2024
2 parents f429664 + 4626e4b commit d404ca8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statisticsnorway/ssb-component-library",
"version": "2.2.6",
"version": "2.2.7",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down
7 changes: 6 additions & 1 deletion src/components/Table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@
border-bottom: transparent;
}

.caption-text-wrapper,
tfoot td > * {
@media #{$desktop} {
max-width: 780px;
}
}

.caption-text-wrapper{
@media #{$desktop} {
max-width: 998px;
}
}

th,
td {
text-align: left;
Expand Down

0 comments on commit d404ca8

Please sign in to comment.