Prevent overflowing content on error modal
This commit is contained in:
committed by
Jacob Evans
parent
7f8bbfb4bd
commit
58a213b7f9
@@ -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({
|
||||
|
Reference in New Issue
Block a user