Skip to content

Commit 83b2f26

Browse files
committed
Center PPP Dashboard and fix missing char in URL
1 parent 914e77b commit 83b2f26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/views/GlobalThreeW/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export function Component() {
300300
<iframe
301301
title={strings.PPPMapTitle}
302302
className={styles.pppIframe}
303-
src="https://public.tableau.com/views/PPPdashboard_16805965348010/1_Overview?:showVizHome=no&:embed=true:language=en-US&:origin=viz_share_link&:display_count=yes&:toolbar=yes"
303+
src="https://public.tableau.com/views/PPPdashboard_16805965348010/1_Overview?:showVizHome=no&:embed=true&:language=en-US&:origin=viz_share_link&:display_count=no&:toolbar=yes"
304304
/>
305305
</Container>
306306
</>

src/views/GlobalThreeW/styles.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
}
4040

4141
.iframe-content {
42+
padding-right: 12%;
43+
padding-left: 12%;
4244
.ppp-iframe {
4345
border: none;
4446
width: 100%;

0 commit comments

Comments
 (0)