mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
Merge pull request #873 from dcposch/master
Make test output selectable
This commit is contained in:
commit
47ddd1ad74
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