Prevent overflowing content on error modal

This commit is contained in:
Fred Carlsen
2019-02-15 17:57:53 +01:00
committed by Jacob Evans
parent 7f8bbfb4bd
commit 58a213b7f9

View File

@@ -72,6 +72,8 @@ const ErrorBox = styled.div`
border: 1px solid #FD0000;
padding: 18px 30px;
margin-bottom: 30px;
overflow: auto;
max-height: 95px;
`;
const Text = styled(Paragraph).attrs({