Skip to content

Commit

Permalink
Merge pull request #2870 from statisticsnorway/remove-captionstyling-…
Browse files Browse the repository at this point in the history
…table

Remove caption styling in table
  • Loading branch information
Carl-OW authored Aug 27, 2024
2 parents 781173f + dd5cc7e commit 7547f24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
14 changes: 7 additions & 7 deletions 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
Expand Up @@ -74,7 +74,7 @@
"@item-enonic-types/lib-thymeleaf": "~2.1.0",
"@item-enonic-types/lib-time": "~1.0.4",
"@reduxjs/toolkit": "~2.2.7",
"@statisticsnorway/ssb-component-library": "~2.2.7",
"@statisticsnorway/ssb-component-library": "~2.2.10",
"@types/grecaptcha": "^3.0.9",
"@types/ramda": "~0.30.1",
"@types/react": "~18.3.3",
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/assets/styles/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ table.statistics thead th[scope="col"] {
table.statistics {
width: 100%;

caption {
caption-side: top;
color: $ssb-dark-6;
}

thead,
tbody {

Expand Down

0 comments on commit 7547f24

Please sign in to comment.