Skip to content

Commit

Permalink
Fix chart icon size (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Dec 12, 2019
1 parent 6e6f10e commit 5c4075c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion dashboard/src/components/ChartIcon/ChartIcon.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.ChartIcon {
height: 64px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.ChartIcon__img {
max-height: 64px;
max-width: 100%;
}
6 changes: 0 additions & 6 deletions dashboard/src/components/ChartView/ChartHeader.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.ChartHeader__icon {
display: flex;
align-items: center;
justify-content: center;
}

.ChartHeader__button {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 5c4075c

Please sign in to comment.