Commit eb08bae1 authored by Joe Gaffey's avatar Joe Gaffey Committed by GitHub

Fix for clipped descenders in feature headings

parent 41780cac
...@@ -117,6 +117,7 @@ body { ...@@ -117,6 +117,7 @@ body {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
line-height: normal;
} }
.feature-item .fa { .feature-item .fa {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment