@danske/sapphire-css 32.1.1 → 32.1.2

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.
@@ -142,7 +142,7 @@
142
142
  * (this does not support a prefix/postfix)
143
143
  */
144
144
  .sapphire-text-field--multiline {
145
- display: inline-block;
145
+ display: block;
146
146
  line-height: 0;
147
147
  height: unset;
148
148
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-css",
3
- "version": "32.1.1",
3
+ "version": "32.1.2",
4
4
  "description": "CSS implementation of the Sapphire Design System from Danske Bank A/S",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "sideEffects": false,
@@ -68,5 +68,5 @@
68
68
  "dependencies": {
69
69
  "@danske/sapphire-design-tokens": "^40.0.1"
70
70
  },
71
- "gitHead": "96f9ae692dc2cdc75d36dd92943cdf70a2b39b4c"
71
+ "gitHead": "3a67192e032d020edc7e819cf941a295987eb2f8"
72
72
  }