fix: add placeholder when grid has no filters
otherwise tools section doesn't get pushed to the right
This commit is contained in:
parent
956021dcbf
commit
b972f1a132
|
@ -89,6 +89,9 @@
|
|||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
% else:
|
||||
<div></div>
|
||||
% endif
|
||||
|
||||
<div style="display: flex; flex-direction: column; justify-content: space-between;">
|
||||
|
|
Loading…
Reference in a new issue