Skip to content

Commit 54ffce4

Browse files
committed
json-editor fixes (LESS)
1 parent db86e6b commit 54ffce4

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/assets/backend/less/json-editor.less

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@
44
}
55

66
// json-editor Bootstrap 3 fix
7-
div[id$="-container"] div[data-schemaid] .form-group {
8-
margin-right: 0px;
9-
margin-left: 0px;
7+
div[id$="-container"] div[data-schemaid] {
8+
.form-group {
9+
margin-right: 0px;
10+
margin-left: 0px;
11+
}
12+
13+
h3 {
14+
font-size: 1em;
15+
margin-top: 0.5em;
16+
}
17+
}
18+
19+
div[data-schematype="object"] {
20+
.well;
21+
.well-small;
1022
}
23+
24+
25+

0 commit comments

Comments
 (0)