(core) Fix staging test and tweak template line height

Summary:
Staging tests were using an organization named Test Grist,
while local was using one named test-grist. Both are now
named Test Grist, which should help keep things more consistent
between local and deployment test runs.

The inherited line height of template docs in icon view was
different on Windows, cutting off part of the last line of the
description. The description line height should now be fixed
to a reasonable value.

Test Plan: Manually tested CSS fix on a Windows machine.

Reviewers: paulfitz

Reviewed By: paulfitz

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D2948
This commit is contained in:
George Gevoian
2021-07-28 21:24:00 -07:00
parent 24fc3a2d00
commit 37eed2d3c2
3 changed files with 26 additions and 22 deletions

View File

@@ -245,6 +245,7 @@ const cssPinnedDocDesc = styled(cssPinnedDocTimestamp, `
margin: 8px 16px 16px 16px;
color: ${colors.slate};
height: 48px;
line-height: 16px;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 3;