Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/panels/lovelace/views/hui-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ export class HUIView extends LitElement {
flex: 1 0 0;
max-width: 500px;
min-width: 0;
/* on iOS devices the column can become wider when toggling a switch */
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should fix this at the place where we render the switch ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it can't hurt to do it here in HUI-view 🤷‍♂ We really don't want things to escape horizontally anyway.

overflow-x: hidden;
}

.column > * {
Expand Down