mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Make test output selectable
This commit is contained in:
parent
dffc307b3c
commit
110a3a421c
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ body {
|
|||
font-weight: bold;
|
||||
color: #d9534f;
|
||||
padding: 5px 0 5px 0;
|
||||
-webkit-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.result-message.deprecation-message {
|
||||
|
|
Loading…
Reference in a new issue