added missing name attribute, fixed initial collections page load routing params persistence and removed unnecessery sub label required mark
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user