Skip to content

Commit b883319

Browse files
committed
Fix extension line height
1 parent 38aa76f commit b883319

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/library-item/library-item.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@
139139
.featured-description {
140140
display: block;
141141
font-weight: normal;
142-
line-height: 2;
142+
line-height: 1.375rem;
143+
padding-top: .3125rem;
144+
padding-bottom: .25rem;
143145
}
144146

145147
.featured-extension-metadata {

0 commit comments

Comments
 (0)