Skip to content

Commit

Permalink
More like this cards styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 1, 2022
1 parent 7ec52ba commit ae406ea
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@
margin-top: 3.5em;
}

.metadata-section {
.metadata-section,
.section-wrapper {
margin-top: 2em;
}

Expand Down Expand Up @@ -330,3 +331,16 @@
font-weight: 500;
}
}

.more-like-this {
margin-top: 3.5em;

.card-description {
display: -webkit-box;
overflow: hidden;
margin-bottom: 1rem;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
text-overflow: ellipsis;
}
}

0 comments on commit ae406ea

Please sign in to comment.