(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:
George Gevoian
2024-04-12 10:00:05 -07:00
parent 86062a8c28
commit 8c53585bd7
3 changed files with 8 additions and 0 deletions

View File

@@ -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', `