add objects dialog (#23243)

This commit is contained in:
Alan Ren
2023-05-30 09:53:44 -07:00
committed by GitHub
parent 82f5ef7ea3
commit f4d5ab616c
14 changed files with 250 additions and 60 deletions

View File

@@ -9,6 +9,13 @@
box-sizing: border-box;
}
.modelview-group-fieldset {
border: none;
margin-inline: 0px;
padding-inline: 0px;
padding-block: 0px;
}
.modelview-group-row {
display: table-row;
}