diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index 8137dd76..8e33677c 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -301,7 +301,7 @@ body { display: grid; grid-template-columns: 1fr; - grid-template-rows: 1fr auto auto auto auto; + grid-template-rows: 1fr repeat(4, auto); } body > * { grid-column: 1;