Skip to content

Commit

Permalink
Shrink title space on mobile if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Sep 4, 2024
1 parent b69f096 commit 6112514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/hass-subpage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class HassSubpage extends LitElement {
.main-title {
margin: var(--margin-title);
line-height: 20px;
min-width: 0;
flex-grow: 1;
}
Expand Down

0 comments on commit 6112514

Please sign in to comment.