Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject authored Jun 14, 2019
1 parent a452fc5 commit dc084ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bar-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class BarCard extends HTMLElement {
color: #FFF;
text-shadow: 1px 1px #0007;
white-space: nowrap;
${config.show_minmax ? 'flew-grow: 1;' : ''};
${config.show_minmax ? 'flex-grow: 1;' : ''};
${config.show_minmax ? 'text-align: center;' : ''};
}
#value_${id} {
Expand Down

0 comments on commit dc084ac

Please sign in to comment.