Make test output selectable

This commit is contained in:
DC 2015-12-31 04:06:18 -08:00
parent dffc307b3c
commit 110a3a421c

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 {