Skip to content

Commit

Permalink
[update]: apply minus to move left
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkuiw committed Oct 22, 2021
1 parent fc8c6d7 commit 3e85bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preview/big-number-breakdown/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const visObject = {
.highcharts-figure #container{
height: 90%;
width: 90%;
margin-left: 20px;
margin-left: -20px;
position: absolute;
}
.highcharts-figure #container:hover {
Expand Down
2 changes: 1 addition & 1 deletion preview/big-number-trend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const visObject = {
.highcharts-figure #container{
height: 90%;
width: 90%;
margin-left: 20px;
margin-left: -20px;
position: absolute;
// fully responsiveness
}
Expand Down

0 comments on commit 3e85bfc

Please sign in to comment.