mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +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;
|
font-weight: bold;
|
||||||
color: #d9534f;
|
color: #d9534f;
|
||||||
padding: 5px 0 5px 0;
|
padding: 5px 0 5px 0;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-message.deprecation-message {
|
.result-message.deprecation-message {
|
||||||
|
|
Loading…
Reference in a new issue