@navikt/ds-css 7.4.1 → 7.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "7.4.1",
3
+ "version": "7.4.3",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^7.4.1",
30
+ "@navikt/ds-tokens": "^7.4.3",
31
31
  "autoprefixer": "^10.4.20",
32
32
  "cssnano": "6.0.0",
33
33
  "fast-glob": "3.2.11",
package/table.css CHANGED
@@ -114,6 +114,7 @@
114
114
  align-items: center;
115
115
  line-height: inherit;
116
116
  font-weight: inherit;
117
+ text-align: inherit;
117
118
  }
118
119
 
119
120
  .navds-table--small .navds-table__sort-button {