diff --git a/src/khoj/interface/web/agent.html b/src/khoj/interface/web/agent.html
index e64e6076..e1ca6141 100644
--- a/src/khoj/interface/web/agent.html
+++ b/src/khoj/interface/web/agent.html
@@ -242,7 +242,7 @@
@media only screen and (min-width: 700px) {
body {
grid-template-columns: auto min(70vw, 100%) auto;
- grid-template-rows: auto auto minmax(80px, 100%) auto;
+ grid-template-rows: auto minmax(80px, 100%) auto;
}
body > * {
grid-column: 2;