mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
UX: Fix admin report filter stacking (#28875)
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:
parent
7ced4fccc7
commit
5df402f153
@ -78,7 +78,7 @@
|
||||
|
||||
.body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.main {
|
||||
|
Loading…
x
Reference in New Issue
Block a user