fix: fix spacing style when viewing object with row grid
This commit is contained in:
parent
481a6d95b0
commit
c166ebf070
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue