UX: Fix admin report filter stacking (#28875)

Followup 5a8e7c5f29

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
1 changed files with 1 additions and 1 deletions

View File

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