This commit is contained in:
Zhora Shalyapin 2024-12-02 09:43:08 +00:00
parent 8f8a34ec11
commit 2f50fd5e9f

View File

@ -447,7 +447,7 @@
} }
#new input[name="cp[name_int]"] { #new input[name="cp[name_int]"] {
width: 40em; width: 34em;
} }
.custom-file-upload { .custom-file-upload {
@ -661,7 +661,7 @@
/* HEADER */ /* HEADER */
let headerContainer = createFrom(rows, "header", [ let headerContainer = createFrom(rows, "header", [
{ index: 2, name: "№" }, { index: 2, name: "№", desc: "" },
{ index: 8, name: "Название" } { index: 8, name: "Название" }
]) ])