From 120de819e7c06cba9998d3089b81f0709a9c51c8 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 30 May 2025 17:33:38 +0700 Subject: [PATCH] fix: avoid floating content when render table markdown (#5148) --- web-app/src/styles/markdown.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web-app/src/styles/markdown.css b/web-app/src/styles/markdown.css index 80b85af7b..c999486bc 100644 --- a/web-app/src/styles/markdown.css +++ b/web-app/src/styles/markdown.css @@ -129,7 +129,6 @@ /* Tables */ table { - width: max-content; border-collapse: collapse; margin-bottom: 1em; border-spacing: 0;