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

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;