Skip to content

Commit 3177e5f

Browse files
committed
Improve property borders layout
1 parent 91d09f5 commit 3177e5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/global.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#json-schema > .properties-block > .property-block {
2-
border-top: 1px solid #dee2e6;
2+
border-bottom: 1px solid #dee2e6;
3+
}
4+
5+
#json-schema > .properties-block > .property-block:last-child {
6+
border-bottom: none;
37
}

0 commit comments

Comments
 (0)