Skip to content

Commit

Permalink
v3 light slider width (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
RFDarter authored Apr 29, 2024
1 parent 7c1c976 commit 93b96bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/v3/src/esp-entity-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ class ActionRenderer {
render_light() {
if (!this.entity) return;
return [
html`<div class="entity">
html`<div class="entity" style="
width: 100%;">
${this._switch(this.entity)}
${this.entity.brightness
? this._range(
Expand Down

0 comments on commit 93b96bd

Please sign in to comment.