Skip to content

Commit

Permalink
Get rid of horizontal scrollbar while searching (#606)
Browse files Browse the repository at this point in the history
* Get rid of horizontal scrollbar while searching

* Update esphome-search.ts to have a width of 100%
  • Loading branch information
mkaatman authored Apr 10, 2024
1 parent b4b7ffa commit 4810ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/esphome-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class ESPHomeSearch extends LitElement {
css`
esphome-text-input {
--mdc-theme-primary: var(--primary-text-color);
width: 100vw;
width: 100%;
}
.mdc-text-field__icon {
color: var(--primary-text-color);
Expand Down

0 comments on commit 4810ca7

Please sign in to comment.