fix: error message modal overflow (#10580)

This commit is contained in:
Erik Ritter 2020-08-11 17:20:39 -07:00 committed by GitHub
parent a45f28ed2c
commit a8197976fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ const ErrorAlertDiv = styled.div<{ level: ErrorLevel }>`
const ErrorModal = styled(Modal)<{ level: ErrorLevel }>`
color: ${({ level, theme }) => theme.colors[level].dark2};
overflow-wrap: break-word;
.icon {
margin-right: ${({ theme }) => 2 * theme.gridUnit}px;