Skip to content

Commit

Permalink
Merge pull request #22 from dmstr/feature/less-json-editor-fix
Browse files Browse the repository at this point in the history
Feature/less json editor fix
  • Loading branch information
schmunk42 authored Sep 7, 2020
2 parents e502833 + 54ffce4 commit 25665fc
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/assets/backend/less/json-editor.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
// json-editor well padding
.well-small {
.well-sm;
}
}

// json-editor Bootstrap 3 fix
div[id$="-container"] div[data-schemaid] {
.form-group {
margin-right: 0px;
margin-left: 0px;
}

h3 {
font-size: 1em;
margin-top: 0.5em;
}
}

div[data-schematype="object"] {
.well;
.well-small;
}



0 comments on commit 25665fc

Please sign in to comment.