Skip to content

Commit

Permalink
Change inline image width to max-width to prevent stretching
Browse files Browse the repository at this point in the history
  • Loading branch information
gadgetchnnel committed Nov 19, 2019
1 parent dbc9341 commit d4e6440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lovelace-home-feed-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class HomeFeedNotificationPopup extends HomeFeedCardHelpers.LitElement {
}
ha-markdown img {
width: 100%;
max-width: 100%;
}
a {
Expand Down Expand Up @@ -257,7 +257,7 @@ class HomeFeedCard extends HomeFeedCardHelpers.LitElement {
}
ha-markdown img {
width: 100%;
max-width: 100%;
}
ha-markdown.compact {
Expand Down

0 comments on commit d4e6440

Please sign in to comment.