mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Break overflowing text
Summary: Text could overflow its container in a few instances. Test Plan: Manual. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4231
This commit is contained in:
@@ -618,6 +618,7 @@ export const cssModalTitle = styled('div', `
|
||||
export const cssModalBody = styled('div', `
|
||||
color: ${theme.text};
|
||||
margin: 16px 0;
|
||||
overflow-wrap: break-word;
|
||||
`);
|
||||
|
||||
export const cssModalButtons = styled('div', `
|
||||
|
||||
Reference in New Issue
Block a user