Skip to content

Commit

Permalink
fix(RelatedArtcles): 馃悰 add min-height so that RA cards will render
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 27, 2023
1 parent 65d43eb commit 5bf0147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

.client-js {
.read-more-container {
min-height: auto;
min-height: 8rem; // ~128px, relatedarticle needs a min-height to render
padding: 0 var( --padding-page );

@media ( min-width: @width-breakpoint-desktop ) {
Expand Down

0 comments on commit 5bf0147

Please sign in to comment.