Skip to content

Commit

Permalink
fix(cxl-ui): portrait light card height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hener Hoop committed Nov 13, 2023
1 parent 12b3c34 commit 7539aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cxl-ui/scss/cxl-light-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
header {
display: flex;
flex-direction: column;
gap: 0;
}

.info {
Expand All @@ -162,7 +163,6 @@
position: relative;
width: 100%;
height: auto;
margin-top: var(--lumo-space-s);
border-radius: 0;

img {
Expand Down

0 comments on commit 7539aae

Please sign in to comment.