From 822ebb964284182d864c961d4764099be33ec9fc Mon Sep 17 00:00:00 2001 From: Ella E Date: Tue, 5 Mar 2024 14:36:00 -0700 Subject: [PATCH] FIX: spacing on expanded table (#26037) --- app/assets/stylesheets/common/base/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index d9b76ca3995..534ecace392 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1743,6 +1743,10 @@ iframe { z-index: 1; background-color: var(--secondary); } + + td { + padding: 5px 6px 5px 3px; + } } }