Skip to content

Commit

Permalink
Allow events list to shrink to avoid horizontal page scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcrty committed Oct 24, 2023
1 parent 47776c7 commit 04ed26e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/panels/developer-tools/event/developer-tools-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ class HaPanelDevEvent extends LitElement {
display: block;
}
.flex {
min-width: 0;
}
.inputs {
max-width: 400px;
}
Expand Down

0 comments on commit 04ed26e

Please sign in to comment.