From 462483b667e482cf0e794345ec21b0c23c69bf12 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 9 Aug 2025 16:41:45 +0300 Subject: [PATCH] Fix squashed tables bug --- gray-theme/unauthenticated/gray-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gray-theme/unauthenticated/gray-theme.css b/gray-theme/unauthenticated/gray-theme.css index 70b5025ad..2959bd4a4 100644 --- a/gray-theme/unauthenticated/gray-theme.css +++ b/gray-theme/unauthenticated/gray-theme.css @@ -15,7 +15,7 @@ table.formsection, table.ui_table, table.loginform { table.ui_table .ui_table { border: none; } -table.shrinkwrapper .ui_table { +table.shrinkwrapper > tbody > tr > td > .ui_table { table-layout: fixed; } img, a img { border:0; }