mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
13 lines
186 B
Text
13 lines
186 B
Text
.error-details {
|
|
height: 550px;
|
|
width: 750px;
|
|
margin: 5px 25px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
textarea {
|
|
resize: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|