We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d09f5 commit 3177e5fCopy full SHA for 3177e5f
static/global.css
@@ -1,3 +1,7 @@
1
#json-schema > .properties-block > .property-block {
2
- border-top: 1px solid #dee2e6;
+ border-bottom: 1px solid #dee2e6;
3
+}
4
+
5
+#json-schema > .properties-block > .property-block:last-child {
6
+ border-bottom: none;
7
}
0 commit comments