@oslokommune/punkt-css 8.0.8 → 8.0.9

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.
@@ -155,6 +155,11 @@
155
155
  align-items: center;
156
156
  align-self: stretch;
157
157
 
158
+ &:is(:has(input[size])),
159
+ &:is(:has(textarea[cols])) {
160
+ align-self: flex-start;
161
+ }
162
+
158
163
  :first-child:not(:only-child) {
159
164
  border-right: none;
160
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "8.0.8",
3
+ "version": "8.0.9",
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": "837caafedd376bb52d435f7a46c935c6ada950fa"
58
+ "gitHead": "43e48b7612bc940467a81e4877ba0ad1d7854e61"
59
59
  }