@spteck/fluentui-react-charts 1.0.3 → 1.0.4

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.3",
2
+ "version": "1.0.4",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -210,7 +210,7 @@ export const Dashboard: React.FC<IDashboardProps> = ({
210
210
 
211
211
  return (
212
212
  <>
213
- <div ref={containerRef} className={styles.dashboardContainer}>
213
+ <div ref={containerRef} className={styles.dashboardContainer} style={{ height: containerHeight }}>
214
214
  {renderCards}
215
215
  </div>
216
216
  </>