Skip to content

Commit

Permalink
Merge pull request #1252 from statisticsnorway/MIM-1975-add-caption-top
Browse files Browse the repository at this point in the history
Mim 1975 add caption top
  • Loading branch information
Carl-OW authored Aug 27, 2024
2 parents 979947d + d7d5850 commit 85f7f2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9",
"version": "2.2.10",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/components/Table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
}

caption {
caption-side: top;
color: $ssb-dark-6;
text-align: left;
position: relative;
padding: 1.25rem 1rem;
Expand Down

0 comments on commit 85f7f2b

Please sign in to comment.