3
0
Fork 0

fix: fix spacing style when viewing object with row grid

This commit is contained in:
Lance Edgar 2026-01-01 12:14:49 -06:00
parent 481a6d95b0
commit c166ebf070

View file

@ -21,7 +21,8 @@
% if master.has_rows:
<div style="display: flex; flex-direction: column;">
<div style="display: flex; justify-content: space-between;">
<div class="block"
style="display: flex; justify-content: space-between;">
## main form
<div style="flex-grow: 1;">
@ -34,7 +35,6 @@
</div>
## rows grid
<br />
<h4 class="block is-size-4">${master.get_rows_title() or ''}</h4>
${rows_grid.render_vue_tag()}
</div>