Skip to content

Commit

Permalink
fix(ui-safari): make make single stat resizer class display flex
Browse files Browse the repository at this point in the history
  • Loading branch information
hoorayimhelping committed Jul 16, 2020
1 parent a04ed91 commit 52e7b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Bug Fixes

1. [18891](https://github.com/influxdata/influxdb/pull/18891): Allow 0 to be the custom set minimum value for Y Domain
1. [18969](https://github.com/influxdata/influxdb/pull/18969): Single Stat cells should render properly in Safari again

## v2.0.0-beta.14 [2020-07-08]

Expand Down
1 change: 1 addition & 0 deletions ui/src/shared/components/SingleStat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}

.single-stat--resizer {
display: flex;
overflow: hidden;
width: 100%;
height: 100%;
Expand Down

0 comments on commit 52e7b3c

Please sign in to comment.