@financial-times/qanda-ui 0.0.1-beta.40 → 0.0.1-beta.41

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.
Files changed (2) hide show
  1. package/dist/qanda.scss +1 -1
  2. package/package.json +1 -1
package/dist/qanda.scss CHANGED
@@ -348,7 +348,7 @@ $app-header-color: #007acc;
348
348
  }
349
349
 
350
350
  to {
351
- transform: translateY(44px);
351
+ transform: translateY(120px);
352
352
  }
353
353
  }
354
354
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/qanda-ui",
3
- "version": "0.0.1-beta.40",
3
+ "version": "0.0.1-beta.41",
4
4
  "description": "Components for the Live Q&A (AKA Ask an Expert) UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",