Fix the height of the div containing query filters

Bug: b/324837582
Change-Id: I11bf765c40597aeaba7400d081a1f4d56d8a049b
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/842421
Commit-Queue: Vidit Chitkara <viditchitkara@google.com>
Reviewed-by: Ashwin Verleker <ashwinpv@google.com>
diff --git a/perf/modules/explore-simple-sk/explore-simple-sk.scss b/perf/modules/explore-simple-sk/explore-simple-sk.scss
index 5a13f9d..0cad8eb 100644
--- a/perf/modules/explore-simple-sk/explore-simple-sk.scss
+++ b/perf/modules/explore-simple-sk/explore-simple-sk.scss
@@ -34,6 +34,7 @@
 
   .query-parts {
     display: flex;
+    height: 450px;
   }
 
   .query-counts {