mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
14 lines
186 B
Text
14 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%;
|
||
|
}
|
||
|
}
|