Fix long line layout in validation error message
@@ -69,6 +69,7 @@ const ShowErrorButton = styled.span`
cursor: pointer;
`
const StatusError = styled.div`
+ max-width: 100%;
margin-top: 16px;
max-height: 140px;
overflow: auto;
@@ -43,6 +43,8 @@ const Validation = styled.div`
${contentStyle}
const Message = styled.div`
+ overflow: auto;
margin-top: 48px;
text-align: center;