Mailspring/packages/client-app/static/components/code-snippet.less

14 lines
186 B
Plaintext

.error-details {
height: 550px;
width: 750px;
margin: 5px 25px;
display: flex;
flex-direction: column;
textarea {
resize: none;
width: 100%;
height: 100%;
}
}