Merge pull request #873 from dcposch/master

Make test output selectable
This commit is contained in:
Ben Gotow 2016-01-04 12:13:48 -08:00
commit 47ddd1ad74

View file

@ -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 {