Skip to content

Commit

Permalink
Fix flex abbreviation for battery metrics
Browse files Browse the repository at this point in the history
Some (old) browsers misinterpret the
flex:1 abbreviation causing rendering
issues.
Closes victronenergy#107
  • Loading branch information
AlexImb authored and thlassche committed Dec 23, 2019
1 parent 64d4292 commit 35934cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/MetricValues/MetricValues.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.metrics__left {
display: flex;
flex: 1;
flex: 1 1 auto;
}

.metrics__right > span:not(:first-child) {
Expand Down

0 comments on commit 35934cb

Please sign in to comment.