Skip to content

Commit 5fed732

Browse files
authored
Merge pull request scratchfoundation#5241 from benjiwheeler/extension-line-height
Fix extension modal tiles' description line height
2 parents 33d7181 + b883319 commit 5fed732

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)