added missing name attribute, fixed initial collections page load routing params persistence and removed unnecessery sub label required mark

This commit is contained in:
Gani Georgiev
2026-04-22 15:42:17 +03:00
parent 857214e10d
commit 866b8b8029
10 changed files with 30 additions and 27 deletions
+5
View File
@@ -229,6 +229,11 @@
&.record-field-view {
white-space: nowrap;
}
/* disable multiple unnecessery required marks */
&.record-field-input .field-list-item label::after {
content: none;
display: none;
}
}
.field-type-select {