@oslokommune/punkt-css 8.0.9 → 8.0.10

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.
@@ -203,7 +203,7 @@
203
203
 
204
204
  &__counter {
205
205
  @include typography.get-text('pkt-txt-14-light');
206
- width: 100%;
206
+ width: min(100%, 31rem);
207
207
  text-align: right;
208
208
  &--error {
209
209
  @include typography.get-text('pkt-txt-14-medium');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "8.0.9",
3
+ "version": "8.0.10",
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",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "43e48b7612bc940467a81e4877ba0ad1d7854e61"
58
+ "gitHead": "0b7ec784e524e030c5d6b178084263e4e8c81aad"
59
59
  }