mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) A few assorted one-line fixes
Summary: - Use newer flag in .npmrc to avoid warnings - Fix check in WidgetRepository, useful for development but was broken - Fix macSandboxExec for Macs that require libRosettaRuntime - Make sure row count in Raw Data listing is visible when it takes more space Test Plan: Tested manually Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3759
This commit is contained in:
@@ -271,7 +271,7 @@ const cssTableIdWrapper = styled('div', `
|
||||
const cssTableRowsWrapper = styled('div', `
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
width: 80px;
|
||||
min-width: 100px;
|
||||
overflow: hidden;
|
||||
align-items: baseline;
|
||||
color: ${css.theme.lightText};
|
||||
|
||||
Reference in New Issue
Block a user