From 55096cc7303ca9ae66d32c141a6afac7e712b8e6 Mon Sep 17 00:00:00 2001 From: Yi Hsiao Date: Mon, 9 Mar 2026 13:50:55 -0400 Subject: [PATCH] fix top row of the result page --- www/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/custom.css b/www/css/custom.css index eb51983..dfe62e9 100644 --- a/www/css/custom.css +++ b/www/css/custom.css @@ -58,10 +58,14 @@ border-top-color:#6AB187; #top_action_row > div[class*="col-"] { display: flex; flex-direction: column; + float: none !important; + margin-top: 0 !important; + padding-top: 0 !important; } #top_action_row > div[class*="col-"] > .box { flex: 1; + margin-top: 0 !important; margin-bottom: 0; }