From 8843d744ffaea0ef10f261a58e2466b09a0fc2a6 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 13 Apr 2024 02:34:36 +0300 Subject: [PATCH] Remove .prose css selector --- app/assets/stylesheets/common.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 629d26a81..c0f2a85bc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -865,8 +865,7 @@ div.secondary-actions { /* Rules for rich text */ -.richtext, -.prose { +.richtext { code { background: var(--bs-secondary-bg); padding: 2px 3px; -- 2.45.1