Skip to content

Commit 9ea2506

Browse files
committed
Misc updates to CSS styling
1 parent 337076e commit 9ea2506

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "config-editor",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "A React based JSON Schema editor",
55
"author": "CSS Electronics",
66
"license": "MIT",
@@ -42,7 +42,7 @@
4242
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4343
"bootstrap": "^3.3.6",
4444
"classnames": "^2.2.6",
45-
"config-editor-base": "^1.6.6",
45+
"config-editor-base": "^1.6.7",
4646
"config-editor-tools": "^1.1.2",
4747
"crc": "^3.8.0",
4848
"crypto": "^1.0.1",

src/browser/js/editor/Editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import AlertContainer from "../alert/AlertContainer";
1414

1515
// define editor title and version
1616
const title = TYPE + " config editor"
17-
const version = "v1.6.6"
17+
const version = "v1.6.7"
1818

1919
// define UIschema and Rule Schema names for auto-loading purposes
2020
export const uiSchemaAry = {"CANedge": [

src/browser/less/inc/editor.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ fieldset {
731731
border-bottom: 2px solid @blue;
732732
}
733733

734-
div[class*="form-group field field-object"] > fieldset > legend {
734+
div[class*="rjsf-array-list"] > div > div[class*="form-group field field-object"] > fieldset > legend {
735735
display:none;
736736
}
737737

0 commit comments

Comments
 (0)