Skip to content
Snippets Groups Projects
Unverified Commit 5fed732e authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub
Browse files

Merge pull request #5241 from benjiwheeler/extension-line-height

Fix extension modal tiles' description line height
parents 33d71814 b8833199
No related branches found
Tags 0.1.0-prerelease.20191016214347
No related merge requests found
...@@ -139,7 +139,9 @@ ...@@ -139,7 +139,9 @@
.featured-description { .featured-description {
display: block; display: block;
font-weight: normal; font-weight: normal;
line-height: 2; line-height: 1.375rem;
padding-top: .3125rem;
padding-bottom: .25rem;
} }
.featured-extension-metadata { .featured-extension-metadata {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment