UX: Fix admin report filter stacking ()

Followup 5a8e7c5f29b21fe3465dd0db48026075e6c4b274

The admin report results need to be side by side
with the filter for the report, which sits on the
right. The previous commit made it stacked.
This commit is contained in:
Martin Brennan 2024-09-12 16:40:48 +10:00 committed by GitHub
parent 7ced4fccc7
commit 5df402f153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -78,7 +78,7 @@
.body {
display: flex;
flex-direction: column;
flex-direction: row;
}
.main {