(core) Prevent raw table names from overflowing

Summary:
Modifies CSS so that text overflow is handled by displaying an
ellipsis when raw table names exceed the width of their container.

Test Plan: Tested manually.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3524
This commit is contained in:
George Gevoian
2022-07-18 09:24:26 -07:00
parent 3e49fe9a50
commit 5c0a250309
3 changed files with 11 additions and 9 deletions

View File

@@ -43,7 +43,8 @@ export function buildRenameWidget(
attach: 'body',
boundaries: 'viewport',
});
}
},
dom.on('click', (ev) => { ev.stopPropagation(); ev.preventDefault(); }),
),
...args
);