Skip to content

Commit

Permalink
Viewport udjustments in Insight dashboard (AOT-Technologies#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephalexantony-aot authored Apr 3, 2024
1 parent cb5fa25 commit 47e3fa2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forms-flow-web/src/components/Insights/Insights.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Insights = React.memo((props) => {
<div className="mb-2">


<Head items={headerList()} page="Insights"/>
<Head items={headerList()} page="Insights" />


<div className="d-flex align-items-center flex-md-row flex-colum justify-content-between mt-3"
Expand Down Expand Up @@ -139,8 +139,9 @@ const Insights = React.memo((props) => {

{activeDashboard.public_url ? (
<iframe
height="436"
title="dashboard"
className="w-100 h-auto min-vh-60 overflow-visible border-none"
className="w-100 min-vh-60 overflow-visible border-none"
src={activeDashboard.public_url}
/>
) : !isDashboardDetailUpdated ? (
Expand Down

0 comments on commit 47e3fa2

Please sign in to comment.