Skip to content

Commit

Permalink
Risk Analysis Dashboard UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsagaga committed Aug 13, 2020
1 parent 88518e7 commit 294c9af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
scm-pie-chart {
width: 80%;
max-width: 500px;
}

scm-bar-chart {
width: 80%;
height: 100%;
max-width: 500px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: grid;
box-sizing: border-box;
max-width: 100%;
grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
grid-template-rows: repeat(auto-fit, minmax(min-content, 1fr));
grid-auto-rows: auto;
grid-gap: 1rem;
Expand Down Expand Up @@ -153,7 +153,7 @@ th {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 20px;
padding: 20px 0;
width: 100%;
}

Expand Down

0 comments on commit 294c9af

Please sign in to comment.