From a0d975c3c0dca88c082a3e03e5650b7efedc14d9 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:39:57 +0300 Subject: [PATCH] Add bottom margin to in-chat tables --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 4e5385e3b..00d41af72 100644 --- a/public/style.css +++ b/public/style.css @@ -259,6 +259,7 @@ table.responsiveTable { .mes_text table { border-spacing: 0; border-collapse: collapse; + margin-bottom: 10px; } .mes_text td, @@ -4030,4 +4031,4 @@ body:not(.movingUI) .drawer-content.maximized { height: 100vh; z-index: 9999; } -} \ No newline at end of file +}