Skip to content

Commit 2f7c790

Browse files
⚰️ Delete dead code
1 parent 1c16cab commit 2f7c790

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/openforms/scss/_vars.scss

-6
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,4 @@ $django-hijack-yellow: #ffe761;
3434
--of-admin-tooltip-border-color: #f7f071;
3535
--of-admin-tooltip-color: #000;
3636
--of-admin-tooltip-size: 14px;
37-
38-
/* JSON DSL preview */
39-
--of-admin-json-preview-rows: 10;
40-
41-
/* JSON Widget */
42-
--of-admin-json-widget-rows: 8;
4337
}

src/openforms/scss/components/admin/_json-editor.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
min-inline-size: var(
1010
--of-json-widget-min-inline-size,
11-
// assume monospace font, multiple the width of one char times the number of cols requested
11+
// assume monospace font, multiply the width of one char times the number of cols requested
1212
// and add the space for the editor margin
1313
calc(
1414
var(--of-json-widget-cols, 10) * var(--of-json-widget-char-size, 8.44px) +

0 commit comments

Comments
 (0)