From 0dbbc9d8139fc8aea453d792866c4b6c74002070 Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 3 Jul 2026 17:29:52 +0800 Subject: [PATCH] fix(ui): remove display block from table to fix horizontal fill rendering --- input.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/input.css b/input.css index a4f48c6..c27b54d 100644 --- a/input.css +++ b/input.css @@ -393,8 +393,6 @@ .md-content table { margin-bottom: var(--content-gap-paper); width: 100%; - display: block; - overflow-x: auto; border-collapse: separate; border-spacing: 0; border-radius: 16px;