mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Set min-height for cells, including in Card view, to make them look consistent.
Summary:
Before:
{F37978}
After:
{F37977}
Test Plan: Add a test case for the Card view that the resulting heights are consistent.
Reviewers: georgegevoian
Reviewed By: georgegevoian
Differential Revision: https://phab.getgrist.com/D3149
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
padding: 3px 3px 0px 3px;
|
||||
font-family: var(--grist-font-family-data);
|
||||
line-height: 18px;
|
||||
min-height: 21px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user