Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
fix max height
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Feb 2, 2020
1 parent ac0435e commit 5472bf2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dist/calendar-card.js

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

2 changes: 1 addition & 1 deletion dist/calendar-card.js.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/index-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ export default class CalendarCardEditor extends LitElement {
>Disable Links</paper-checkbox>
</div>
<div class='checkbox-options'>
<paper-checkbox
@checked-changed="${this.checkboxChanged}"
.checked=${this._config.maxHeight}
.configValue="${"maxHeight"}"
>Max Height</paper-checkbox>
</div>
<div class='entities'>
<h3>Entities</h3>
${
Expand Down

0 comments on commit 5472bf2

Please sign in to comment.