From 99b2a34bd27d4502780d44a4f33caf444962702f Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Tue, 24 Feb 2026 14:26:03 +0800 Subject: [PATCH] compat(layout): fix insane block display for tables, closes #3351 (#3358) --- apps/readest-app/src/utils/style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 6e3042ad..5a8c036f 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -185,6 +185,7 @@ const getColorStyles = ( table { overflow: auto; table-layout: fixed; + display: table !important; } /* code */ body.theme-dark code {