Skip to content

Commit

Permalink
Fix repository card height
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 9, 2022
1 parent be7543f commit 4de9f32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/hacs-repository-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class HacsRepositoryCard extends LitElement {
ha-card {
display: flex;
flex-direction: column;
height: 100%;
height: 195px;
width: 480px;
}
Expand Down Expand Up @@ -184,6 +184,8 @@ export class HacsRepositoryCard extends LitElement {
opacity: var(--dark-primary-opacity);
font-size: 14px;
padding: 8px 16px;
max-height: 52px;
overflow: hidden;
}
.status-new {
Expand Down

0 comments on commit 4de9f32

Please sign in to comment.