Skip to content

Commit

Permalink
Relations (#2)
Browse files Browse the repository at this point in the history
Ability to pick relations when editing/creating
  • Loading branch information
acoreyj authored Apr 6, 2024
1 parent 0fa6655 commit 7eeefb6
Show file tree
Hide file tree
Showing 17 changed files with 479 additions and 155 deletions.
9 changes: 9 additions & 0 deletions public/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,13 @@ html[data-bs-theme="dark"] .btn-warning {
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #4d3b00;
--bs-btn-disabled-border-color: #4d3b00;
color: #dee2e6;
}
.datagrid-table .formio-component-container div[ref="nested-container"] {
margin-top: 0;
}
.formio-component-container div[ref="nested-container"] {
display: flex;
gap: 1rem;
margin-top: 1rem;
}
Loading

0 comments on commit 7eeefb6

Please sign in to comment.