@oslokommune/punkt-css 16.17.0 → 16.17.1

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.
@@ -316,6 +316,7 @@ $-module-name: 'pkt-input-check';
316
316
  &--tile {
317
317
  border: 2px solid var(--pkt-color-border-subtle);
318
318
  width: 21.875rem;
319
+ max-width: 100%;
319
320
  position: relative;
320
321
 
321
322
  & .pkt-input-check__input-label:before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "16.17.0",
3
+ "version": "16.17.1",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -60,5 +60,5 @@
60
60
  "url": "https://github.com/oslokommune/punkt/issues"
61
61
  },
62
62
  "license": "MIT",
63
- "gitHead": "b9024738acca3ed6dd938238ff2a2d4219cd3c0c"
63
+ "gitHead": "9c280105a8c6698188d458d289d56d8d5e6b8b86"
64
64
  }