From 01b0ae82b798258cc5ac9dda65fdc0bfd88f3018 Mon Sep 17 00:00:00 2001 From: Jesse Woo Date: Thu, 9 May 2024 20:03:37 -0700 Subject: [PATCH] fix for forum reply post not showing ckeditor --- core/plugins/groups/forum/assets/css/forum.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins/groups/forum/assets/css/forum.css b/core/plugins/groups/forum/assets/css/forum.css index c7e768f165f..67e133d8b6d 100644 --- a/core/plugins/groups/forum/assets/css/forum.css +++ b/core/plugins/groups/forum/assets/css/forum.css @@ -210,7 +210,7 @@ .comment-add label { display: block; } - .comment-add label span { + .comment-add label span.label-text { display: none; } .comment-add .cancelreply {