Add set, json, json-list, boundary types + catch errors on components

This commit is contained in:
Misode
2019-09-13 00:58:53 +02:00
parent 86d5dab3f1
commit 07a103fb64
5 changed files with 296 additions and 21 deletions

View File

@@ -64,3 +64,9 @@ textarea.invalid:focus {
max-height: 300px;
overflow-x: hidden;
}
#source {
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
}