mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +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%;
|
|
}
|
|
}
|