Skip to content

Commit

Permalink
fix(meter): fix meter width in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanharrell committed May 22, 2022
1 parent 96746d5 commit 2a65d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 10.19.0
1 change: 1 addition & 0 deletions css/elements/meters.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ meter {
--meter-good-color: var(--hiq-meter-good-color, var(--hiq-color-warning, hsl(46, 97%, 64%)));
--meter-weak-color: var(--hiq-meter-weak-color, var(--hiq-color-danger, hsl(352, 95%, 61%)));

position: relative;
width: 100%;
border: 0;
background: var(--meter-background-color);
Expand Down

0 comments on commit 2a65d20

Please sign in to comment.