From 6b8001781feac61a65f5d9bdde586dd99b78235c Mon Sep 17 00:00:00 2001 From: Ubbe Date: Thu, 12 Feb 2026 22:50:57 +0800 Subject: [PATCH] Refactor: suggestion Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- autogpt_platform/frontend/src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/globals.css b/autogpt_platform/frontend/src/app/globals.css index 1a8cf584cf..4a1691eec3 100644 --- a/autogpt_platform/frontend/src/app/globals.css +++ b/autogpt_platform/frontend/src/app/globals.css @@ -189,5 +189,5 @@ body[data-google-picker-open="true"] [data-dialog-content] { [data-streamdown="table-wrapper"] th, [data-streamdown="table-wrapper"] td { - padding: 0.625rem 1rem; /* py-2.5 px-4 */ + padding: 0.875rem 1rem; /* py-3.5 px-4 */ }