Skip to content

Commit

Permalink
Constrain container height
Browse files Browse the repository at this point in the history
  • Loading branch information
jlau0170 committed Aug 6, 2024
1 parent 2f0d477 commit a0eb07c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ms-store-badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ class MSStoreBadge extends HTMLElement {
img.large {
height: 104px;
}
div {
height: 104px;
}`


Expand All @@ -204,6 +208,10 @@ class MSStoreBadge extends HTMLElement {
img.large {
height: 104px;
}
div {
height: 104px;
}`

}
Expand Down

0 comments on commit a0eb07c

Please sign in to comment.