Skip to content

Commit db86e6b

Browse files
committed
fixed BS3 json-editor form-group
1 parent 864f858 commit db86e6b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// json-editor well padding
12
.well-small {
23
.well-sm;
3-
}
4+
}
5+
6+
// json-editor Bootstrap 3 fix
7+
div[id$="-container"] div[data-schemaid] .form-group {
8+
margin-right: 0px;
9+
margin-left: 0px;
10+
}

0 commit comments

Comments
 (0)