Skip to content

Commit

Permalink
Merge pull request #359 from conversionxl/hener/fix/light-card-height…
Browse files Browse the repository at this point in the history
…-fix
  • Loading branch information
pawelkmpt authored Nov 15, 2023
2 parents 12b3c34 + 7539aae commit 6455b8f
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 6455b8f

Please sign in to comment.