Skip to content

Commit

Permalink
Adjust flex grow. Fix #123
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed May 22, 2020
1 parent 80a81c3 commit 2efcc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slider-entity-row.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class SliderEntityRow extends LitElement {
display: flex;
align-items: center;
justify-content: flex-end;
flex-grow: 100;
flex-grow: 2;
height: 40px;
}
.state {
Expand Down

0 comments on commit 2efcc53

Please sign in to comment.